remove useless import

This commit is contained in:
isUnknown 2025-05-05 16:22:46 +02:00
parent 144196793f
commit e30a80c4ff

View file

@ -3,7 +3,6 @@ import routes from './routes';
import { useApiStore } from '../stores/api';
import { usePageStore } from '../stores/page';
import { useUserStore } from '../stores/user';
import { getActivePinia } from 'pinia';
const router = createRouter({
history: createWebHistory(),