add custom layout - & theme provider - & i18provider and so on

This commit is contained in:
2025-01-21 22:05:10 +01:00
parent b205fa47bd
commit 1ad73e9ee4
22 changed files with 433 additions and 70 deletions

View File

@@ -7,5 +7,15 @@
{
"path": "./tsconfig.node.json"
}
]
],
"compilerOptions": {
"paths": {
"@admin*": [
"./src/admin-components/*"
],
"@core*": [
"./src/admin-core/*"
],
}
}
}