feat(eslint): add eslint-plugin-unused-imports plugin to check and fix unused imports
This commit is contained in:
parent
d9ba36794a
commit
ddaa40a210
6 changed files with 41 additions and 9 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { ArrowRight } from 'lucide-react';
|
||||
import { useState } from 'react';
|
||||
import TextareaAutosize from 'react-textarea-autosize';
|
||||
import { Attach, CopilotToggle, Focus } from './MessageInputActions';
|
||||
import { CopilotToggle, Focus } from './MessageInputActions';
|
||||
|
||||
const EmptyChatMessageInput = ({
|
||||
sendMessage,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue