mirror of
https://github.com/makeplane/plane.git
synced 2025-12-21 22:29:36 +01:00
5 lines
123 B
TypeScript
5 lines
123 B
TypeScript
// router from n-progress-bar
|
|
import { useRouter } from "next/navigation";
|
|
|
|
export const useAppRouter = () => useRouter();
|