من تو کدم به یک ایروری بر خوردم و هرچی سرچ کردم دیدم اصلا این خطا خیلی بی خوده؟
'>' Uncaught SyntaxError: Unexpected token
js
const SimpleComponent = () => {
return (
<div>
<h1>Simple Component</h1>
</div>
)
}
export default SimpleComponent;