mirror of
https://github.com/ArthurDanjou/arthurdanjou.fr.git
synced 2026-01-31 12:07:50 +01:00
Add new pages
This commit is contained in:
11
components/work/work.js
Normal file
11
components/work/work.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from 'react';
|
||||
|
||||
const Work = () => {
|
||||
return (
|
||||
<div className="work">
|
||||
Travail
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Work;
|
||||
Reference in New Issue
Block a user