aboutsummaryrefslogtreecommitdiff
path: root/front-end/src/router/index.ts
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-12-13 17:58:51 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2023-12-13 17:58:51 -0500
commit4b8ae76132d2342f40cec703b3d5145ea075c451 (patch)
tree62b942b6181261566cd3245ee35cd15a138aabf2 /front-end/src/router/index.ts
parentb564708f29cf8a709c3e3d981477b2ec8440673e (diff)
log time coming ui and lib updates
Diffstat (limited to 'front-end/src/router/index.ts')
-rw-r--r--front-end/src/router/index.ts7
1 files changed, 2 insertions, 5 deletions
diff --git a/front-end/src/router/index.ts b/front-end/src/router/index.ts
index d5685b5..538c132 100644
--- a/front-end/src/router/index.ts
+++ b/front-end/src/router/index.ts
@@ -1,8 +1,5 @@
-import { createRouter, createWebHistory } from 'vue-router'
-
-import routes from '~pages'
+import { createRouter, createWebHistory } from 'vue-router/auto'
export default createRouter({
- history: createWebHistory(import.meta.env.BASE_URL),
- routes
+ history: createWebHistory(import.meta.env.BASE_URL)
}) \ No newline at end of file