moved the ID folder into chats
This commit is contained in:
parent
06add9d54e
commit
c88162bb3e
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<script lang="ts">
|
||||
import Textarea from "$lib/components/ui/textarea/textarea.svelte";
|
||||
import { Button } from "$lib/components/ui/button/index.js";
|
||||
import Textarea from "../../../lib/components/ui/textarea/textarea.svelte";
|
||||
import { Button } from "$lib/components/ui/button";
|
||||
import PaperPlane from "svelte-radix/PaperPlane.svelte";
|
||||
import Message from "$lib/components/Message.svelte";
|
||||
</script>
|
Loading…
Add table
Reference in a new issue