website/routes/projets/index.tsx

9 lines
110 B
TypeScript

export default function Machines() {
return (
<>
<h1>Nos projets</h1>
<section></section>
</>
)
}