aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormihna123 <mihailonvojinovic@gmail.com>2026-06-08 22:30:09 +0200
committermihna123 <mihailonvojinovic@gmail.com>2026-06-08 22:30:09 +0200
commit424e1f2032f165233a624531de6f8aa7676b3575 (patch)
treeb2a637abb5059c750a1f1e1a90ddced8b38b117d
parent30034fbffa316e4e61176084eba7b4cd28387425 (diff)
downloadinvoice-424e1f2032f165233a624531de6f8aa7676b3575.tar.gz
invoice-424e1f2032f165233a624531de6f8aa7676b3575.zip
feat: remove the unused import in the help page
-rw-r--r--src/app/help/page.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app/help/page.tsx b/src/app/help/page.tsx
index feb8351..1e28395 100644
--- a/src/app/help/page.tsx
+++ b/src/app/help/page.tsx
@@ -1,5 +1,4 @@
import { Button } from '@/components/ui/button';
-import { cn } from '@/utils/cn';
import Link from 'next/link';
export default function HelpPage() {