add mui and fonts

This commit is contained in:
AmirHossein Mahmoodi
2024-01-30 11:22:28 +03:30
parent 1df5a5edb4
commit f883b9cc8e
62 changed files with 193 additions and 6 deletions

View File

@@ -1,7 +1,12 @@
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
"@/*": [
"./src/*"
],
"^/*": [
"./public/*"
]
}
}
}