Add all Elements

This commit is contained in:
Jeremy Thomas
2024-06-26 02:36:41 +01:00
parent 5b9f3a0d2a
commit 7670f4eed9
14 changed files with 471 additions and 12 deletions

View File

@@ -14,4 +14,10 @@ export default defineConfig({
},
},
plugins: [react()],
resolve: {
alias: {
root: "/src",
components: "/src/components",
},
},
});