Added zooi

This commit is contained in:
JonathanHerrewijnen 2020-02-17 11:21:30 +01:00
parent 04d82e996d
commit c828016166
2 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,6 @@ export default class App extends Component {
<Route exact path='/pages/overichthus' component={OverIchthus} />
<Route exact path='/pages/christenzijn' component={ChristenZijn} />
<Route exact path='/login' component={Login} />
</Layout>
);
}

View File

@ -8,6 +8,7 @@ export class ChristenZijn extends Component {
<div>
<h1>Christen zijn</h1>
<p>Welcome to your new single-page application, built with: Well, React dotnet, and does it really matter?..</p>
<p>Zooi</p>
</div>
);
}