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