mon-entreprise/source/inFranceApp/Landing.js

10 lines
144 B
JavaScript

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