wekstaten update
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
import React from 'react'
|
||||
//Modules
|
||||
import React from 'react';
|
||||
|
||||
//Components
|
||||
import { HourRegister, HeroOne } from "../../../index";
|
||||
|
||||
class Weekstaten extends React.Component {
|
||||
constructor(props) {
|
||||
@@ -8,7 +12,8 @@ class Weekstaten extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
<div>
|
||||
test
|
||||
<HeroOne title="Weekstaten" content="Al je golpen urenj in een overzicht"/>
|
||||
<HourRegister/>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user