Skip to content

Commit efd31cd

Browse files
committed
fix: remove useless import
1 parent 90c44f5 commit efd31cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/semi-ui/aiChatInput/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-disable jsx-a11y/no-static-element-interactions */
22
import React from 'react';
33
import BaseComponent from '../_base/baseComponent';
4-
import { AIChatInputProps, AIChatInputState, Skill, Attachment, Reference, Content, LeftMenuChangeProps, Setup, BaseSkill, Suggestion } from './interface';
4+
import { AIChatInputProps, AIChatInputState, Skill, Attachment, Reference, Content, LeftMenuChangeProps } from './interface';
55
import { noop, isEqual } from 'lodash';
66
import { cssClasses, numbers } from '@douyinfe/semi-foundation/aiChatInput/constants';
77
import { Popover, Tooltip, Upload, Progress } from '../index';

0 commit comments

Comments
 (0)