From eb1e156b183f19bdc1bd081573a09195a8c8ed27 Mon Sep 17 00:00:00 2001 From: Radison Akerman Date: Sun, 7 Apr 2024 13:35:45 -0500 Subject: [PATCH] feat: final nit --- next/src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/next/src/app/page.tsx b/next/src/app/page.tsx index a9b2d05..5d80337 100644 --- a/next/src/app/page.tsx +++ b/next/src/app/page.tsx @@ -5,7 +5,6 @@ import {Dialog} from '@headlessui/react' import {Bars3Icon, XMarkIcon} from '@heroicons/react/24/outline' import {ChevronRightIcon} from '@heroicons/react/20/solid' import Navbar from "./components/Navbar"; -import Image from "next/image"; const navigation = [ {name: 'Product', href: '#'}, @@ -86,8 +85,8 @@ export default function Example() { transform="translate(24 24)" clipPath="url(#2ade4387-9c63-4fc4-b754-10e687a0d332)" > - +