From f0f30594fa85121bc5810bb0c3efd5383c5c1c53 Mon Sep 17 00:00:00 2001 From: Jared Palmer Date: Sun, 11 Jun 2023 15:49:45 -0400 Subject: [PATCH] Update header.tsx --- components/header.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/header.tsx b/components/header.tsx index fe4dc7c..c3b2d6f 100644 --- a/components/header.tsx +++ b/components/header.tsx @@ -1,5 +1,4 @@ import { auth } from '@/auth' - import { cn } from '@/lib/utils' import { buttonVariants } from '@/components/ui/button' import { GitHub, Separator, Vercel } from '@/components/icons'