push rasad front on new repo
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
import { PropTypes } from "prop-types";
|
||||
import { Grid } from "../../../../components/grid/Grid";
|
||||
import TimelineOppositeContent from "@mui/lab/TimelineOppositeContent";
|
||||
import { Typography } from "@mui/material";
|
||||
|
||||
export const SlaghterCheckRequestTitle = ({ file }) => {
|
||||
return (
|
||||
<Grid container direction="column" flexWrap="nowrap" flex="1">
|
||||
<Grid container>
|
||||
<Grid>
|
||||
<TimelineOppositeContent>
|
||||
<Typography variant="body1" fontWeight="bold">
|
||||
مرحله تایید کشتارگاه
|
||||
</Typography>
|
||||
</TimelineOppositeContent>
|
||||
</Grid>
|
||||
</Grid>
|
||||
</Grid>
|
||||
);
|
||||
};
|
||||
|
||||
SlaghterCheckRequestTitle.propTypes = {
|
||||
file: PropTypes.any,
|
||||
};
|
||||
Reference in New Issue
Block a user