From 4b8ae76132d2342f40cec703b3d5145ea075c451 Mon Sep 17 00:00:00 2001 From: vnugent Date: Wed, 13 Dec 2023 17:58:51 -0500 Subject: log time coming ui and lib updates --- front-end/src/router/index.ts | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'front-end/src/router') 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 -- cgit