Frontend UI mockup

This commit is contained in:
2023-12-17 21:41:27 +01:00
commit 09d2f41ced
17 changed files with 1955 additions and 0 deletions

9
frontend/tsconfig.json Normal file
View File

@@ -0,0 +1,9 @@
{
"compilerOptions": {
"esModuleInterop": true,
"strict": true,
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx",
"types": ["bun-types"]
}
}