git ssb

0+

Rômulo Alves / website



Tree: 7a06852ff59f91404bd07a90d8bdf896f5a42c59

Files: 7a06852ff59f91404bd07a90d8bdf896f5a42c59 / _components / common / Content.js

206 bytesRaw
1// Packages
2import React from 'react';
3import css from 'next/css';
4
5export default ({children}) => (
6 <section className={style}>
7 {children}
8 </section>
9);
10
11const style = css({
12 margin: '30px 0'
13});
14

Built with git-ssb-web