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