import React from 'react'
const Landing = () => (
<header>
<h1>How to settle a business in France</h1>
</header>
)
export default Landing