mirror of
https://github.com/makeplane/plane.git
synced 2025-12-18 20:59:39 +01:00
7 lines
249 B
TypeScript
7 lines
249 B
TypeScript
|
|
// type
|
||
|
|
import { AppRouterInstance } from "next/dist/shared/lib/app-router-context.shared-runtime";
|
||
|
|
// router from next-nprogress-bar
|
||
|
|
import { useRouter } from "next-nprogress-bar";
|
||
|
|
|
||
|
|
export const useAppRouter = (): AppRouterInstance => useRouter();
|