[wip] implementing machines cartable

This commit is contained in:
2026-06-10 16:30:08 +03:30
parent a798a36fcd
commit 63ec584aca
29 changed files with 1640 additions and 32 deletions

View File

@@ -0,0 +1,6 @@
import { Box } from "@mui/material";
const Toolbar = ({ table, filterData, mutate }) => {
return <Box sx={{ display: "flex", gap: 1 }}>machines toolbar</Box>;
};
export default Toolbar;