frontend app: deno vite svelte tailwind daisyui
This commit is contained in:
parent
4527ed19cc
commit
8e8872b2d2
18 changed files with 1119 additions and 0 deletions
5
chatsbt/src/App.svelte
Normal file
5
chatsbt/src/App.svelte
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<script>
|
||||
import Chat from './lib/Chat.svelte';
|
||||
</script>
|
||||
|
||||
<Chat />
|
||||
Loading…
Add table
Add a link
Reference in a new issue