From 244f5be217f2fbe5d267ab0cdb63326bdd797ab2 Mon Sep 17 00:00:00 2001 From: JonathanHerrewijnen Date: Mon, 17 Feb 2020 09:07:10 +0100 Subject: [PATCH] Nog een test run --- .../ClientApp/src/pages/OverIchthus.js | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Website/Website/ClientApp/src/pages/OverIchthus.js b/Website/Website/ClientApp/src/pages/OverIchthus.js index 60fcafc..f2eb0fa 100644 --- a/Website/Website/ClientApp/src/pages/OverIchthus.js +++ b/Website/Website/ClientApp/src/pages/OverIchthus.js @@ -1,14 +1,14 @@ -import React, { Component } from 'react'; - -export class OverIchthus extends Component { - displayName = OverIchthus.name - - render() { - return ( -
-

Over Ichthus

-

Welcome to your new single-page application, built with: Well, React dotnet, and does it really matter?..

-
- ); - } +import React, { Component } from 'react'; + +export class OverIchthus extends Component { + displayName = OverIchthus.name + + render() { + return ( +
+

Over Ichthus

+

Welcome to your new single-page application, built with: Well, React dotnet, and does it really matter?..

+
+ ); + } } \ No newline at end of file