refactor(Components): move offcanvas from navbar to it's own component

This commit is contained in:
Alexander Navarro 2024-03-14 13:15:55 -03:00
parent ebbf02d9aa
commit 544815e4d2
7 changed files with 204 additions and 152 deletions

View file

@ -7,7 +7,8 @@
"baseUrl": ".",
"paths": {
"@components/*": ["src/components/*"],
"@layouts/*": ["src/layouts/*"]
"@layouts/*": ["src/layouts/*"],
"@assets/*": ["src/assets/*"]
},
"plugins": [
{