fix: break this

This commit is contained in:
shadcn 2022-11-23 19:38:07 +04:00
parent 2d022016a7
commit 7ed3b6158f

View file

@ -17,7 +17,7 @@ interface RootLayoutProps {
children: React.ReactNode
}
export default function RootLayout({ children }: RootLayoutProps) {
function RootLayout({ children }: RootLayoutProps) {
return (
<html
lang="en"