From ad1da0e52f75ac94929f6a99195a69f839107933 Mon Sep 17 00:00:00 2001 From: Determinant Date: Mon, 8 Apr 2019 22:03:39 +0000 Subject: init --- src/Grid.tsx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/Grid.tsx (limited to 'src/Grid.tsx') diff --git a/src/Grid.tsx b/src/Grid.tsx new file mode 100644 index 0000000..65cf2ec --- /dev/null +++ b/src/Grid.tsx @@ -0,0 +1,17 @@ +import React from 'react'; +import 'typeface-roboto'; +import MGrid from '@material-ui/core/Grid'; + + +interface GridProps { + classes: {} +} + +class Grid extends React.Component { + render() { + const { classes } = this.props; + return (
); + } +} + +export default Grid; -- cgit v1.2.3-70-g09d2