weekstaten page implementatie

This commit is contained in:
frits000000
2020-12-10 17:04:21 +01:00
parent 9d178aa535
commit caffae036c
3 changed files with 21 additions and 0 deletions
@@ -0,0 +1,17 @@
import React from 'react'
class Weekstaten extends React.Component {
constructor(props) {
super(props);
}
render() {
return (
<div>
test
</div>
)
}
}
export default Weekstaten;