This commit is contained in:
Nikita
2024-07-15 20:08:18 +04:00
commit 228faf226a
19 changed files with 335 additions and 0 deletions

5
web/app/page.tsx Normal file
View File

@@ -0,0 +1,5 @@
"use client"
export default function Home() {
return <div></div>
}