fix: not found AppRouterInstance type

This commit is contained in:
swve 2023-09-19 20:03:08 +02:00
parent 8e9aac9bc3
commit 93def5a59e
2 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,5 @@
import { AppRouterInstance } from "next/dist/shared/lib/app-router-context";
import { AppRouterInstance } from "next/dist/shared/lib/app-router-context.shared-runtime";
import { denyAccessToUser } from "../react/middlewares/views";
import { getUriWithOrg, LEARNHOUSE_DOMAIN, LEARNHOUSE_HTTP_PROTOCOL } from "@services/config/config";