Skip to content

Commit

Permalink
RSC: kitchen-sink: Make it more clear where layout ends and main cont…
Browse files Browse the repository at this point in the history
…ent starts (#10661)
  • Loading branch information
Tobbe authored May 21, 2024
1 parent 2f47797 commit 074228e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ const NavigationLayout = ({ children, rnd }: NavigationLayoutProps) => {
</ul>
</nav>
<div id="rnd">{Math.round(rnd * 100)}</div>
<p>Layout end</p>
<hr />
<main>{children}</main>
</div>
)
Expand Down

0 comments on commit 074228e

Please sign in to comment.