docs(nextjs): fix small example mistake (#152)
This commit is contained in:
@@ -32,7 +32,7 @@ Add `OpenPanelComponent` to your root layout component.
|
||||
```tsx
|
||||
import { OpenPanelComponent } from '@openpanel/nextjs';
|
||||
|
||||
export default RootLayout({ children }) {
|
||||
export default function RootLayout({ children }) {
|
||||
return (
|
||||
<>
|
||||
<OpenPanelComponent
|
||||
|
||||
Reference in New Issue
Block a user