chore: use paths

This commit is contained in:
2025-08-14 18:17:09 -06:00
parent 25cf8ab255
commit 9121bb287c
3 changed files with 74 additions and 74 deletions

View File

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