parent
db75455054
commit
a97f1eff50
1 changed files with 20 additions and 0 deletions
@ -0,0 +1,20 @@ |
||||
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", |
||||
}, |
||||
}; |
Loading…
Reference in new issue