[feature] created class structure

This commit is contained in:
Janis
2023-06-25 18:59:21 +02:00
parent fb3a28fefe
commit c0f27e85c1
9 changed files with 708 additions and 14 deletions

View File

@@ -10,6 +10,8 @@ export default defineConfig({
"@components": "/src/components",
"@styles": "/src/styles",
"@assets": "/src/assets",
"@interfaces": "/src/interfaces",
"@utils": "/src/utils",
},
},
plugins: [react()],