From 7b85f1e2c3717ddd9eee0e668e3b4d48139e2407 Mon Sep 17 00:00:00 2001 From: Biswa Kalyan Bhuyan Date: Wed, 28 May 2025 16:37:57 +0530 Subject: fix: deleted previous src dir in the project root dir --- src/app/layout.tsx | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 src/app/layout.tsx diff --git a/src/app/layout.tsx b/src/app/layout.tsx deleted file mode 100644 index 8e5ca2d..0000000 --- a/src/app/layout.tsx +++ /dev/null @@ -1,29 +0,0 @@ -import type { Metadata } from "next"; -import "./globals.css"; -import { Toaster } from "@/components/ui/sonner"; - -export const metadata: Metadata = { - title: "blcklst - Modern Fashion Brand", - description: "not everyone gets blcklsted - discover carefully curated fashion pieces that define modern elegance.", -}; - -export default function RootLayout({ - children, -}: Readonly<{ - children: React.ReactNode; -}>) { - return ( - - - - - - {children} - - - - ); -} \ No newline at end of file -- cgit v1.2.3-59-g8ed1b