Files
old-v2-frontend/src/pages/index.js

10 lines
122 B
JavaScript
Raw Normal View History

import React from 'react'
const IndexPage = () => (
<div>
<h1>Index page</h1>
</div>
)
export default IndexPage