6 lines
74 B
TypeScript
6 lines
74 B
TypeScript
const IndexPage = () => (
|
|
<div>Home</div>
|
|
)
|
|
|
|
export default IndexPage
|