chore: use paths
This commit is contained in:
140
dist/index.js
vendored
140
dist/index.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,5 +1,5 @@
|
||||
import Details from './components/ui/Details'
|
||||
import WordLists from './components/WordLists'
|
||||
import Details from '@/components/ui/Details'
|
||||
import WordLists from '@/components/WordLists'
|
||||
|
||||
const Settings = () => {
|
||||
return (
|
||||
|
||||
@@ -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