Ordnerstruktur verbessert

This commit is contained in:
R40fendt
2025-04-16 20:23:21 +02:00
parent 05d18106b5
commit db19bd3b6a
46 changed files with 136 additions and 136 deletions

View File

@@ -2,7 +2,7 @@ import { createMemoryHistory, createRouter } from 'vue-router'
const routes = [
{ path: '/', component: () => import('../Main.vue') }
{ path: '/', component: () => import('../views/Main.vue') }
]
export default createRouter({