basic setup with Svelte, Tailwind and DaisyUI

This commit is contained in:
2024-10-23 00:19:08 +05:30
parent 7b65f3313e
commit ad57664a3e
26 changed files with 2315 additions and 237 deletions

0
client/lib/.keep Normal file
View File

3
client/lib/hello.js Normal file
View File

@@ -0,0 +1,3 @@
export function hello() {
console.log("hello");
}