move home.js and so on into according folders

This commit is contained in:
Leon Liang
2019-10-01 18:44:49 -04:00
parent 311e8b3716
commit b9909c1616
5 changed files with 9 additions and 7 deletions

View File

@@ -3,7 +3,9 @@ import { makeStyles } from '@material-ui/core/styles';
import Chip from '@material-ui/core/Chip';
import Paper from '@material-ui/core/Paper';
const useStyles = makeStyles(theme => ({
// TODO: fix the style
const styles = makeStyles(theme => ({
root: {
display: 'flex',
justifyContent: 'center',