feat: add check for updates button, close #766

This commit is contained in:
GyDi
2023-09-10 14:30:31 +08:00
parent 19ccd35f3f
commit 26c98bdace
10 changed files with 93 additions and 84 deletions

View File

@@ -6,7 +6,7 @@ import {
HorizontalRuleRounded,
} from "@mui/icons-material";
const LayoutControl = () => {
export const LayoutControl = () => {
const minWidth = 40;
return (
@@ -37,5 +37,3 @@ const LayoutControl = () => {
</>
);
};
export default LayoutControl;