mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: not found AppRouterInstance type
This commit is contained in:
parent
8e9aac9bc3
commit
93def5a59e
2 changed files with 5 additions and 5 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue