possible fix

This commit is contained in:
Joseph J Helfenbein
2025-01-25 07:24:28 -05:00
parent e3c2fbe822
commit a6c53503cc

View File

@@ -7,13 +7,11 @@ import { ThemeProvider } from '@/components/theme-provider';
import '../globals.css' import '../globals.css'
import { ReactNode } from 'react'; export default function RootLayout({
children,
interface RootLayoutProps { }: {
children: ReactNode; children: React.ReactNode
} }) {
export default function RootLayout({ children }: RootLayoutProps) {
return ( return (
<html lang="en"> <html lang="en">
<body> <body>