diff options
| -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() { |
