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

140
dist/index.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -1,5 +1,5 @@
import Details from './components/ui/Details' import Details from '@/components/ui/Details'
import WordLists from './components/WordLists' import WordLists from '@/components/WordLists'
const Settings = () => { const Settings = () => {
return ( return (

View File

@@ -3,8 +3,8 @@ import Button from '@/components/ui/Button'
import Dialog from '@/components/ui/Dialog' import Dialog from '@/components/ui/Dialog'
import { useStore } from '@/store' import { useStore } from '@/store'
import '@/components/wordList/editWordlList.css' import '@/components/wordList/editWordlList.css'
import Input from '../ui/Input' import Input from '@/components/ui/Input'
import Textarea from '../ui/Textarea' import Textarea from '@/components/ui/Textarea'
export interface RenameWordListProps { export interface RenameWordListProps {
currentWordList: string currentWordList: string