Skip to content

Commit

Permalink
fix: showing incorrect filename in example
Browse files Browse the repository at this point in the history
change filename to app/dashboard/@analytics/layout.js which what written incorrect i.e. app/layout.js
  • Loading branch information
szmazhr authored Feb 6, 2024
1 parent a32d654 commit 5dff6aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export default function Layout({ children }: { children: React.ReactNode }) {
}
```

```jsx filename="app/layout.js" switcher
```jsx filename="app/dashboard/@analytics/layout.js" switcher
import Link from 'next/link'

export default function Layout({ children }: { children: React.ReactNode }) {
Expand Down

0 comments on commit 5dff6aa

Please sign in to comment.