push rasad front on new repo
This commit is contained in:
25
src/pages/SlaughterManageBars.js
Normal file
25
src/pages/SlaughterManageBars.js
Normal file
@@ -0,0 +1,25 @@
|
||||
import { Box } from "@mui/material";
|
||||
import { Grid } from "../components/grid/Grid";
|
||||
import { SlaughterBars } from "../features/slaughter-house/components/slaughter-bars/SlaughterBars";
|
||||
|
||||
const SlaughterManageBars = () => {
|
||||
return (
|
||||
<>
|
||||
<Box display={"flex"} justifyContent="center">
|
||||
<Grid
|
||||
container
|
||||
direction="column"
|
||||
justifyContent="center"
|
||||
xs={12}
|
||||
sm={12}
|
||||
md={10}
|
||||
lg={10}
|
||||
>
|
||||
<SlaughterBars />
|
||||
</Grid>
|
||||
</Box>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default SlaughterManageBars;
|
||||
Reference in New Issue
Block a user