add basic frontend

This commit is contained in:
rubikscraft
2022-02-23 11:50:18 +01:00
parent e074228364
commit d80ad7dd05
19 changed files with 10648 additions and 0 deletions

4
frontend/src/declaration.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
declare module "*.css" {
const mapping: Record<string, string>;
export default mapping;
}