From de8f12d74faef5fa3f9e38d1340948cab2d06ea3 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Wed, 1 Jul 2020 13:33:31 +0200 Subject: Manually generate IDs --- frontend/src/components/home/SimulationSection.js | 44 +++++++++++------------ 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'frontend/src/components/home/SimulationSection.js') diff --git a/frontend/src/components/home/SimulationSection.js b/frontend/src/components/home/SimulationSection.js index 3961e549..0fa21c34 100644 --- a/frontend/src/components/home/SimulationSection.js +++ b/frontend/src/components/home/SimulationSection.js @@ -1,25 +1,25 @@ -import React from "react"; -import ScreenshotSection from "./ScreenshotSection"; +import React from 'react' +import ScreenshotSection from './ScreenshotSection' const ModelingSection = () => ( - -

Working with OpenDC:

- -
-); + +

Working with OpenDC:

+ +
+) -export default ModelingSection; +export default ModelingSection -- cgit v1.2.3