[WEB-1960]: chore: upgrade to plane paid plans modal. (#5149)

This commit is contained in:
Prateek Shourya
2024-07-18 15:45:37 +05:30
committed by GitHub
parent 281948c1ce
commit cfc70622d6
9 changed files with 328 additions and 29 deletions

View File

@@ -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();