possible fix
This commit is contained in:
@@ -7,13 +7,11 @@ import { ThemeProvider } from '@/components/theme-provider';
|
||||
|
||||
import '../globals.css'
|
||||
|
||||
import { ReactNode } from 'react';
|
||||
|
||||
interface RootLayoutProps {
|
||||
children: ReactNode;
|
||||
}
|
||||
|
||||
export default function RootLayout({ children }: RootLayoutProps) {
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: {
|
||||
children: React.ReactNode
|
||||
}) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user