Client - minor refacto w/ import order rules

This commit is contained in:
Sam
2021-08-21 18:34:06 +02:00
parent 064a7f66c8
commit f60847cc5f
15 changed files with 259 additions and 32 deletions

View File

@ -1,7 +1,7 @@
import { createRouter, createWebHistory, RouteRecordRaw } from 'vue-router'
import { USER_STORE } from '@/store/constants'
import store from '@/store'
import { USER_STORE } from '@/store/constants'
import Dashboard from '@/views/DashBoard.vue'
import LoginOrRegister from '@/views/LoginOrRegister.vue'
import NotFound from '@/views/NotFound.vue'