diff options
| author | mihna123 <mihailonvojinovic@gmail.com> | 2026-06-08 22:30:09 +0200 |
|---|---|---|
| committer | mihna123 <mihailonvojinovic@gmail.com> | 2026-06-08 22:30:09 +0200 |
| commit | 424e1f2032f165233a624531de6f8aa7676b3575 (patch) | |
| tree | b2a637abb5059c750a1f1e1a90ddced8b38b117d /src | |
| parent | 30034fbffa316e4e61176084eba7b4cd28387425 (diff) | |
| download | invoice-424e1f2032f165233a624531de6f8aa7676b3575.tar.gz invoice-424e1f2032f165233a624531de6f8aa7676b3575.zip | |
feat: remove the unused import in the help page
Diffstat (limited to 'src')
| -rw-r--r-- | src/app/help/page.tsx | 1 |
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() { |
