mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
working again, missing global.css in page.tsx
This commit is contained in:
@@ -3,9 +3,7 @@ export const metadata = {
|
||||
description: 'Generated by Next.js',
|
||||
}
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: {
|
||||
export default function RootLayout({ children,}: {
|
||||
children: React.ReactNode
|
||||
}) {
|
||||
return (
|
||||
@@ -13,4 +11,4 @@ export default function RootLayout({
|
||||
<body>{children}</body>
|
||||
</html>
|
||||
)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user