Fix incorrect function import

This commit is contained in:
Ramon Wenger 2023-05-08 12:12:37 +02:00
parent 10d5a281eb
commit 3157eadc6f
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
import apolloClientFactory from '@/graphql/client';
import { useRouter } from 'vue-router';
const router = useRouter();
import { router } from '@/router';
function networkErrorCallback(statusCode: number) {
if (statusCode === 402) {