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