feat: setting page

This commit is contained in:
GyDi
2021-12-20 00:01:32 +08:00
parent 13ceb1e445
commit 2b89b5fe73
9 changed files with 323 additions and 121 deletions

View File

@@ -0,0 +1,8 @@
import { ListItem, styled } from "@mui/material";
const SettingItem = styled(ListItem)(() => ({
paddingTop: 5,
paddingBottom: 5,
}));
export default SettingItem;