diff --git a/front/src/router/guards.ts b/front/src/router/guards.ts index 914291a65..f9084416a 100644 --- a/front/src/router/guards.ts +++ b/front/src/router/guards.ts @@ -1,4 +1,3 @@ - import type { NavigationGuardNext, RouteLocationNamedRaw, RouteLocationNormalized } from 'vue-router' import type { Permission } from '~/store/auth'