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