UNPKG

create-onetech-app

Version:

CLI to quickly set up React projects with popular templates and tools.

8 lines (6 loc) 304 B
import { createNavigation } from "next-intl/navigation"; import { routing } from "./routing.js"; // Lightweight wrappers around Next.js' navigation // APIs that consider the routing configuration export const { Link, redirect, usePathname, useRouter, getPathname } = createNavigation(routing);