clan-app: Move changes for 2D view to separate ui-2d folder

This commit is contained in:
Qubasa
2025-06-18 17:58:49 +02:00
parent 1b23d5dcf3
commit e785a6be4e
161 changed files with 30069 additions and 74 deletions

View File

@@ -0,0 +1,7 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"tailwindCSS.experimental.classRegex": [
["cx\\(([^)]*)\\)", "[\"'`]([^\"'`]*)[\"'`]"]
],
"editor.wordWrap": "on"
}