Commit 613699fe by Archer Committed by GitHub

package (#1298)

parent c56c28be
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"jsonwebtoken": "^9.0.2", "jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"mermaid": "^10.2.3", "mermaid": "10.2.3",
"nanoid": "^4.0.1", "nanoid": "^4.0.1",
"next": "13.5.2", "next": "13.5.2",
"next-i18next": "15.2.0", "next-i18next": "15.2.0",
......
import React, { useEffect, useRef, memo, useCallback, useState, useMemo } from 'react'; import React, { useEffect, useRef, useCallback, useState } from 'react';
import { Box } from '@chakra-ui/react'; import { Box } from '@chakra-ui/react';
// @ts-ignore
import mermaid from 'mermaid'; import mermaid from 'mermaid';
import MyIcon from '@fastgpt/web/components/common/Icon'; import MyIcon from '@fastgpt/web/components/common/Icon';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment