mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-10-20 05:16:16 +08:00
Add 404 page
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user