renamed dir client to web

This commit is contained in:
2024-10-31 20:31:22 +05:30
parent ad57664a3e
commit e41d27cf97
24 changed files with 110 additions and 1070 deletions

0
web/lib/.keep Normal file
View File

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

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