diff --git a/src/router/authentication.js b/src/router/authentication.js index 712d394..517e225 100644 --- a/src/router/authentication.js +++ b/src/router/authentication.js @@ -3,6 +3,7 @@ import Register from '../views/authentication/Register.vue'; import ManageProfile from '../views/authentication/ManageProfile.vue'; import Profile from '../views/authentication/Profile.vue'; import store from '../store'; +import {createRouter, createWebHistory} from "vue-router"; const routes = [ { path: '/login', component: Login },