This commit is contained in:
Archer
2024-04-26 12:45:10 +08:00
committed by GitHub
parent c56c28be23
commit 613699fe59
3 changed files with 198 additions and 154 deletions

View File

@@ -39,7 +39,7 @@
"js-yaml": "^4.1.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"mermaid": "^10.2.3",
"mermaid": "10.2.3",
"nanoid": "^4.0.1",
"next": "13.5.2",
"next-i18next": "15.2.0",

View File

@@ -1,6 +1,5 @@
import React, { useEffect, useRef, memo, useCallback, useState, useMemo } from 'react';
import React, { useEffect, useRef, useCallback, useState } from 'react';
import { Box } from '@chakra-ui/react';
// @ts-ignore
import mermaid from 'mermaid';
import MyIcon from '@fastgpt/web/components/common/Icon';