remove useless import
This commit is contained in:
parent
144196793f
commit
e30a80c4ff
1 changed files with 0 additions and 1 deletions
|
|
@ -3,7 +3,6 @@ import routes from './routes';
|
||||||
import { useApiStore } from '../stores/api';
|
import { useApiStore } from '../stores/api';
|
||||||
import { usePageStore } from '../stores/page';
|
import { usePageStore } from '../stores/page';
|
||||||
import { useUserStore } from '../stores/user';
|
import { useUserStore } from '../stores/user';
|
||||||
import { getActivePinia } from 'pinia';
|
|
||||||
|
|
||||||
const router = createRouter({
|
const router = createRouter({
|
||||||
history: createWebHistory(),
|
history: createWebHistory(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue