mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-24 09:48:32 +00:00
fix: break this
This commit is contained in:
parent
2d022016a7
commit
7ed3b6158f
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ interface RootLayoutProps {
|
|||
children: React.ReactNode
|
||||
}
|
||||
|
||||
export default function RootLayout({ children }: RootLayoutProps) {
|
||||
function RootLayout({ children }: RootLayoutProps) {
|
||||
return (
|
||||
<html
|
||||
lang="en"
|
||||
|
|
|
|||
Loading…
Reference in a new issue