feat: base mui

This commit is contained in:
redglow
2026-06-20 16:16:12 +02:00
parent 4708a6396c
commit 1eeab12f8e
14 changed files with 511 additions and 25 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"editor.formatOnSave": true,
"files.readonlyInclude": {
"**/routeTree.gen.ts": true
},
"files.watcherExclude": {
"**/routeTree.gen.ts": true
},
"search.exclude": {
"**/routeTree.gen.ts": true
}
}