You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
419 B
21 lines
419 B
3 years ago
|
import React from "react";
|
||
|
|
||
|
const Month = () => {
|
||
|
return <div>Month</div>;
|
||
|
};
|
||
|
|
||
|
export default Month;
|
||
|
|
||
|
Month.defaultProps = {
|
||
|
items: {
|
||
|
weight: "1 کیلوگرم",
|
||
|
pageNumber: "400 صفحه",
|
||
|
pageType: "گلاسه",
|
||
|
bookNumber: "124900985340561870112312499",
|
||
|
publisher: "رزمندگان",
|
||
|
author: "یک نویسنده گمنام",
|
||
|
bookType: "خشتی",
|
||
|
publishedYear: "1399",
|
||
|
},
|
||
|
};
|