openfood/pages/index.tsx

6 lines
74 B
TypeScript
Raw Permalink Normal View History

2021-10-12 21:17:12 +02:00
const IndexPage = () => (
2021-10-14 20:42:49 +02:00
<div>Home</div>
2021-10-12 21:17:12 +02:00
)
export default IndexPage