refactor(web): restructure Vue3 app layout
This commit is contained in:
9
memora-web/src/router/index.js
Normal file
9
memora-web/src/router/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import { createRouter, createWebHistory } from 'vue-router'
|
||||
import { routes } from '../app/routes'
|
||||
|
||||
export const router = createRouter({
|
||||
history: createWebHistory(),
|
||||
routes
|
||||
})
|
||||
|
||||
export default router
|
||||
Reference in New Issue
Block a user