Add 404 page

This commit is contained in:
Ken Hibino
2021-01-07 06:41:33 -08:00
parent b572b76a0b
commit 41c4eb8097
3 changed files with 42 additions and 7 deletions

View File

@@ -18,12 +18,6 @@ const useStyles = makeStyles((theme) => ({
paddingTop: theme.spacing(4),
paddingBottom: theme.spacing(4),
},
paper: {
padding: theme.spacing(2),
display: "flex",
overflow: "auto",
flexDirection: "column",
},
}));
function mapStateToProps(state: AppState) {