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