[frontend]: Перенесен базовый навбар

This commit is contained in:
2022-09-10 23:28:31 +03:00
parent ea9cde238e
commit f922daaa80
12 changed files with 116 additions and 146 deletions

View File

@@ -5,16 +5,9 @@
"baseUrl": "./",
"moduleResolution": "node",
"paths": {
"@/*": [
"src/*"
]
"@/*": ["src/*"]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
],
"lib": ["esnext", "dom", "dom.iterable", "scripthost"],
"jsx": "preserve"
}
}
}