Spaces:
Sleeping
Sleeping
fix: remove unused useRouter import from nav.tsx
Browse files- web/components/nav.tsx +1 -1
web/components/nav.tsx
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
"use client";
|
| 2 |
|
| 3 |
import Link from "next/link";
|
| 4 |
-
import { usePathname
|
| 5 |
import type { LucideIcon } from "lucide-react";
|
| 6 |
import {
|
| 7 |
ShieldCheck, Menu, X, Crown, GitCompare, LayoutDashboard,
|
|
|
|
| 1 |
"use client";
|
| 2 |
|
| 3 |
import Link from "next/link";
|
| 4 |
+
import { usePathname } from "next/navigation";
|
| 5 |
import type { LucideIcon } from "lucide-react";
|
| 6 |
import {
|
| 7 |
ShieldCheck, Menu, X, Crown, GitCompare, LayoutDashboard,
|