Nog een test run

This commit is contained in:
JonathanHerrewijnen 2020-02-17 09:07:10 +01:00
parent d9079e2281
commit 244f5be217

View File

@ -1,14 +1,14 @@
import React, { Component } from 'react'; import React, { Component } from 'react';
export class OverIchthus extends Component { export class OverIchthus extends Component {
displayName = OverIchthus.name displayName = OverIchthus.name
render() { render() {
return ( return (
<div> <div>
<h1>Over Ichthus</h1> <h1>Over Ichthus</h1>
<p>Welcome to your new single-page application, built with: Well, React dotnet, and does it really matter?..</p> <p>Welcome to your new single-page application, built with: Well, React dotnet, and does it really matter?..</p>
</div> </div>
); );
} }
} }