mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
[WEB-1960]: chore: upgrade to plane paid plans modal. (#5149)
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
// type
|
||||
import { AppRouterInstance } from "next/dist/shared/lib/app-router-context.shared-runtime";
|
||||
// router from next-nprogress-bar
|
||||
// router from n-progress-bar
|
||||
import { useRouter } from "@/lib/n-progress";
|
||||
|
||||
export const useAppRouter = (): AppRouterInstance => useRouter();
|
||||
export const useAppRouter = () => useRouter();
|
||||
|
||||
Reference in New Issue
Block a user