mon-entreprise/source/inFranceApp/Landing.js

10 lines
144 B
JavaScript
Raw Normal View History

2018-06-21 09:52:00 +00:00
import React from 'react'
const Landing = () => (
<header>
<h1>How to settle a business in France</h1>
</header>
)
export default Landing