[wip] implementing machines cartable
This commit is contained in:
6
src/components/dashboard/machines/Toolbar.jsx
Normal file
6
src/components/dashboard/machines/Toolbar.jsx
Normal 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;
|
||||
Reference in New Issue
Block a user