Add new pages

This commit is contained in:
2020-06-05 18:55:29 +02:00
parent fd5aafeb30
commit 32edb33b69
5 changed files with 78 additions and 3 deletions

11
components/work/work.js Normal file
View File

@@ -0,0 +1,11 @@
import React from 'react';
const Work = () => {
return (
<div className="work">
Travail
</div>
)
}
export default Work;