remove folder pages

This commit is contained in:
2025-06-24 09:32:59 +02:00
parent 7d0a449a1e
commit 26e7467f7f
24 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ export const useStore = defineStore("store", () => {
try {
const componentInstance = (
await import(`@/components/section/${pageName}/${componentName}.vue`)
await import(`@/components/section/${componentName}.vue`)
).default;
const nonReactiveComponent = markRaw(componentInstance);