mirror of
https://github.com/ArthurDanjou/arthurdanjou.fr.git
synced 2026-01-14 12:14:34 +01:00
13 lines
212 B
JavaScript
13 lines
212 B
JavaScript
import React from 'react';
|
|
|
|
const Services = () => {
|
|
return (
|
|
<div className="services">
|
|
Services
|
|
</div>
|
|
)
|
|
}
|
|
|
|
export default Services;
|
|
|
|
//TODO renvoie mail si offre introuvable
|