

// router from n-progress-bar
import { useRouter } from "next/navigation";

export const useAppRouter = () => useRouter();
