import { Button } from "@mui/material"; import { appWindow } from "@tauri-apps/api/window"; import { CloseRounded, CropSquareRounded, HorizontalRuleRounded, } from "@mui/icons-material"; export const LayoutControl = () => { const minWidth = 40; return ( <> ); };