export default function ({title, author, content, submittedOn}) { const divStyle = { marginTop: 100, marginBottom: 100 } return ( <div style={divStyle}> ...
確定! 回上一頁