website/routes/projets/index.tsx

9 lines
110 B
TypeScript
Raw Normal View History

2024-01-14 21:11:42 +01:00
export default function Machines() {
return (
<>
<h1>Nos projets</h1>
<section></section>
</>
)
}