Dark/Light Mode Implementierung mit MUI Theme

This commit is contained in:
mathusan
2025-05-31 17:46:55 +02:00
parent 1b1924b0b7
commit 6a91a7fc53
11 changed files with 3404 additions and 116 deletions

View File

@@ -22,5 +22,8 @@
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
},
"include": ["src"]
"include": [
"src/**/*",
"src/**/*.d.ts"
]
}