Unused
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
import { styled } from "@mui/material";
|
||||
export const ManageSectionLabel = styled("summary")(
|
||||
({ theme }) => `
|
||||
text-align: center;
|
||||
margin-bottom:${theme.spacing(1)};
|
||||
`,
|
||||
);
|
||||
|
||||
export const ManageSectionOptions = styled("section")(
|
||||
({ theme }) => `
|
||||
margin-bottom:${theme.spacing(4)};
|
||||
`,
|
||||
);
|
||||
Reference in New Issue
Block a user