Advertisement
notaduck

layout.js

Nov 15th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.       <div
  2.         style={{ flex: 1, flexDirection: 'column' }}>
  3.         <Sidebar />
  4.         <main>{children}</main>
  5.       </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement