Nog een test run
This commit is contained in:
parent
d9079e2281
commit
244f5be217
@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user