bring over code challenge
This commit is contained in:
commit
76b596da09
20 changed files with 51221 additions and 0 deletions
7
components/layout.tsx
Normal file
7
components/layout.tsx
Normal file
|
@ -0,0 +1,7 @@
|
|||
const Layout: React.FC = ({ children }) => {
|
||||
return <div className='container mx-auto py-5 px-5 md:px-0 md:py-10'>
|
||||
{children}
|
||||
</div>
|
||||
}
|
||||
|
||||
export default Layout
|
Loading…
Add table
Add a link
Reference in a new issue