diff --git a/frontend/src/router/index.ts b/frontend/src/router/index.ts index 0c3fe4a..5410b69 100644 --- a/frontend/src/router/index.ts +++ b/frontend/src/router/index.ts @@ -1,5 +1,5 @@ import { createRouter, createWebHistory } from 'vue-router' -import { systemApi, authApi } from '../api' +import { systemApi } from '../api' const routes = [ {