Initial commit

This commit is contained in:
Takeshi Kimata
2024-02-03 19:53:09 +09:00
commit 1eba1b190a
34 changed files with 6294 additions and 0 deletions

3
frontend/.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
}