Added zooi
This commit is contained in:
parent
04d82e996d
commit
c828016166
@ -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>
|
||||
);
|
||||
}
|
||||
|
@ -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>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user