diff --git a/src/components/ui/NavMenu.vue b/src/components/ui/NavMenu.vue index fb486da..8da2e14 100644 --- a/src/components/ui/NavMenu.vue +++ b/src/components/ui/NavMenu.vue @@ -1,19 +1,9 @@ diff --git a/src/router/index.ts b/src/router/index.ts index 4ea5471..ead1e81 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -8,11 +8,6 @@ const routes = [ name: 'Home', component: Home }, - { - path: '/log-in', - name: 'LogIn', - component: () => import('../views/LogIn.vue') - }, { path: '/vote', name: 'Vote', diff --git a/src/views/Vote.vue b/src/views/Vote.vue index 1eb2588..0f0dc4b 100644 --- a/src/views/Vote.vue +++ b/src/views/Vote.vue @@ -1,7 +1,10 @@