openfood/pages/index.tsx

6 lines
74 B
TypeScript

const IndexPage = () => (
<div>Home</div>
)
export default IndexPage