first commit
This commit is contained in:
17
src/partials/main/MainInfractions.tsx
Normal file
17
src/partials/main/MainInfractions.tsx
Normal file
@@ -0,0 +1,17 @@
|
||||
import Typography from "../../components/Typography/Typography";
|
||||
import { Grid } from "../../components/Grid/Grid";
|
||||
|
||||
export const MainInfractions = ({
|
||||
data,
|
||||
handleUpdate,
|
||||
}: {
|
||||
data: any;
|
||||
handleUpdate: () => void;
|
||||
}) => {
|
||||
console.log(data, handleUpdate);
|
||||
return (
|
||||
<Grid container column>
|
||||
<Typography variant="body1">این بخش در دست توسعه است</Typography>
|
||||
</Grid>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user