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

@@ -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';