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 --- .../src/components/not-found/TerminalWindow.js | 50 +++++++++++----------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'frontend/src/components/not-found/TerminalWindow.js') diff --git a/frontend/src/components/not-found/TerminalWindow.js b/frontend/src/components/not-found/TerminalWindow.js index c6b8b78b..b629d14c 100644 --- a/frontend/src/components/not-found/TerminalWindow.js +++ b/frontend/src/components/not-found/TerminalWindow.js @@ -1,29 +1,29 @@ -import React from "react"; -import { Link } from "react-router-dom"; -import BlinkingCursor from "./BlinkingCursor"; -import CodeBlock from "./CodeBlock"; -import "./TerminalWindow.css"; +import React from 'react' +import { Link } from 'react-router-dom' +import BlinkingCursor from './BlinkingCursor' +import CodeBlock from './CodeBlock' +import './TerminalWindow.css' const TerminalWindow = () => ( -
-
Terminal -- bash
-
-
- $ status
- opendc[4264]: segfault at 0000051497be459d1 err 12 in libopendc.9.0.4
- opendc[4269]: segfault at 000004234855fc2db err 3 in libopendc.9.0.4
- opendc[4270]: STDERR Page does not exist
-
- -
- Got lost? -
- - GET ME BACK TO OPENDC - +
+
Terminal -- bash
+
+
+ $ status
+ opendc[4264]: segfault at 0000051497be459d1 err 12 in libopendc.9.0.4
+ opendc[4269]: segfault at 000004234855fc2db err 3 in libopendc.9.0.4
+ opendc[4270]: STDERR Page does not exist
+
+ +
+ Got lost? +
+ + GET ME BACK TO OPENDC + +
-
-); +) -export default TerminalWindow; +export default TerminalWindow -- cgit v1.2.3