diff --git a/app/header.tsx b/app/header.tsx index 1254edd..2b37e75 100644 --- a/app/header.tsx +++ b/app/header.tsx @@ -80,16 +80,6 @@ export function Header({ navigation }: HeaderProps) { - {/* */} - {/* */} ); } diff --git a/components/sheet.tsx b/components/sheet.tsx index 503c281..e65d92f 100644 --- a/components/sheet.tsx +++ b/components/sheet.tsx @@ -3,7 +3,6 @@ import * as React from "react"; import * as SheetPrimitive from "@radix-ui/react-dialog"; import { VariantProps, cva } from "class-variance-authority"; -import { X } from "~/icons"; import { cn } from "~/cn";