feat: setting page
This commit is contained in:
8
src/components/setting-item.tsx
Normal file
8
src/components/setting-item.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import { ListItem, styled } from "@mui/material";
|
||||
|
||||
const SettingItem = styled(ListItem)(() => ({
|
||||
paddingTop: 5,
|
||||
paddingBottom: 5,
|
||||
}));
|
||||
|
||||
export default SettingItem;
|
||||
Reference in New Issue
Block a user