mirror of
https://github.com/makeplane/plane.git
synced 2025-12-21 14:19:38 +01:00
5 lines
124 B
TypeScript
5 lines
124 B
TypeScript
// router from n-progress-bar
|
|
import { useRouter } from "@/lib/n-progress";
|
|
|
|
export const useAppRouter = () => useRouter();
|