Skip to content
Snippets Groups Projects
Commit 921c88f0 authored by Viarezo's avatar Viarezo
Browse files

git gud

parent ff7fb5ee
No related branches found
No related tags found
No related merge requests found
import './grid.css';
const Grid = (props) => (
<div class="grid">
{props.children}
</div>
)
export default Grid
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment