mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
cleaning menu up
This commit is contained in:
16
src/app/Brands/layout.bk
Normal file
16
src/app/Brands/layout.bk
Normal file
@@ -0,0 +1,16 @@
|
||||
// export const metadata = {
|
||||
// title: 'Ballistic Bu8ilder',
|
||||
// description: 'Generated by Forward Group, LLC',
|
||||
// }
|
||||
|
||||
// export default function RootLayout({
|
||||
// children,
|
||||
// }: {
|
||||
// children: React.ReactNode
|
||||
// }) {
|
||||
// return (
|
||||
// <html lang="en">
|
||||
// <body>{children}</body>
|
||||
// </html>
|
||||
// )
|
||||
// }
|
||||
@@ -1,16 +0,0 @@
|
||||
export const metadata = {
|
||||
title: 'Ballistic Bu8ilder',
|
||||
description: 'Generated by Forward Group, LLC',
|
||||
}
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: {
|
||||
children: React.ReactNode
|
||||
}) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body>{children}</body>
|
||||
</html>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user