From d687302f53884b39cea977af9dc476b4183dfbff Mon Sep 17 00:00:00 2001 From: Rhys Sullivan <39114868+RhysSullivan@users.noreply.github.com> Date: Thu, 17 Oct 2024 21:14:19 -0700 Subject: [PATCH] unbreak build --- src/app/layout.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7a745ff..3fa61b8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -3,7 +3,7 @@ import localFont from "next/font/local"; import "./globals.css"; import { Input } from "@/components/ui/input"; import { Search } from "lucide-react"; -import { categories } from "./data"; +// import { artSupplies } from "./data"; import Link from "next/link"; const helvetica = localFont({ @@ -36,7 +36,7 @@ export default function RootLayout({ className={`${helvetica.variable} ${helveticaRoman.variable} ${futura.variable} flex min-h-full flex-col antialiased`} >
-
+
NextMaster @@ -70,7 +70,7 @@ export default function RootLayout({ Choose a Category
{children}