refactor: change relative imports to aliases

This commit is contained in:
2026-02-04 18:13:54 +05:00
parent bc7ed2498f
commit 0dd397818a
11 changed files with 30 additions and 31 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<script lang="ts">
import Button from "../ui/Button.svelte";
import Button from "$components/ui/Button.svelte";
interface Props {
onTextAdd: (text: string) => void;