Update file paths and imports

This commit is contained in:
dertyp7
2024-01-14 17:03:50 +01:00
parent 6b9fc8fdbd
commit a773551f96
10 changed files with 168 additions and 166 deletions

View File

@@ -8,7 +8,7 @@ export default defineConfig({
alias: {
'@': '/src',
'@components': '/src/components',
'@pages': '/src/pages',
'@sections': '/src/sections',
'@styles': '/src/styles',
'@utils': '/src/utils',
'@hooks': '/src/hooks',