feat: 删除多余引用
This commit is contained in:
parent
2661fcf0ab
commit
f060720fcc
|
|
@ -1,11 +1,10 @@
|
||||||
import { nanoid, PageContainer } from '@ant-design/pro-components';
|
import { PageContainer } from '@ant-design/pro-components';
|
||||||
import type { ModelItem } from '@/components/Custom/HeaderModelSelect';
|
import type { ModelItem } from '@/components/Custom/HeaderModelSelect';
|
||||||
import styles from './index.less';
|
import styles from './index.less';
|
||||||
import React, { useEffect, useState } from 'react';
|
import React, { useState } from 'react';
|
||||||
import HeaderModelSelect from '@/components/Custom/HeaderModelSelect';
|
import HeaderModelSelect from '@/components/Custom/HeaderModelSelect';
|
||||||
import InputBar from '@/components/Custom/InputBar';
|
import InputBar from '@/components/Custom/InputBar';
|
||||||
import type { InputBarSubmitHandler, InputBarEvent } from '@/components/Custom/InputBar';
|
import type { InputBarSubmitHandler, InputBarEvent } from '@/components/Custom/InputBar';
|
||||||
import { ChatMessage } from '@/components/Custom/ChatList/types';
|
|
||||||
import { ChatList } from '@/components/Custom/ChatList';
|
import { ChatList } from '@/components/Custom/ChatList';
|
||||||
import { useChat } from '@/components/Custom/ChatList/hooks/useChat';
|
import { useChat } from '@/components/Custom/ChatList/hooks/useChat';
|
||||||
import { Flex } from 'antd';
|
import { Flex } from 'antd';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue