From 475717eb932f2a36ba7296087996dcd81bc954af Mon Sep 17 00:00:00 2001 From: davidtparks Date: Mon, 22 Apr 2024 18:07:33 -0500 Subject: [PATCH] Organize imports --- app/(marketing)/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/(marketing)/page.tsx b/app/(marketing)/page.tsx index 26e7806..0f61baf 100644 --- a/app/(marketing)/page.tsx +++ b/app/(marketing)/page.tsx @@ -15,9 +15,8 @@ import { cn } from "@/lib/utils" import { FileInput, FileMinus, - Save, - SlidersHorizontal, Palette, + SlidersHorizontal } from "lucide-react" import Image from "next/image" import Link from "next/link"