chore: use paths
This commit is contained in:
@@ -3,8 +3,8 @@ import Button from '@/components/ui/Button'
|
||||
import Dialog from '@/components/ui/Dialog'
|
||||
import { useStore } from '@/store'
|
||||
import '@/components/wordList/editWordlList.css'
|
||||
import Input from '../ui/Input'
|
||||
import Textarea from '../ui/Textarea'
|
||||
import Input from '@/components/ui/Input'
|
||||
import Textarea from '@/components/ui/Textarea'
|
||||
|
||||
export interface RenameWordListProps {
|
||||
currentWordList: string
|
||||
|
||||
Reference in New Issue
Block a user