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 Details from '@/components/ui/Details'
|
||||||
import WordLists from './components/WordLists'
|
import WordLists from '@/components/WordLists'
|
||||||
|
|
||||||
const Settings = () => {
|
const Settings = () => {
|
||||||
return (
|
return (
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user