From cd0b45627f0d8da8c8dc4edde223f3c36e9bcfbf Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Sun, 25 Apr 2021 16:01:14 +0200 Subject: build: Migrate to flat project structure This change updates the project structure to become flattened. Previously, the simulator, frontend and API each lived into their own directory. With this change, all modules of the project live in the top-level directory of the repository. This should improve discoverability of modules of the project. --- .../src/components/not-found/TerminalWindow.js | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 frontend/src/components/not-found/TerminalWindow.js (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 deleted file mode 100644 index a25e558a..00000000 --- a/frontend/src/components/not-found/TerminalWindow.js +++ /dev/null @@ -1,33 +0,0 @@ -import React from 'react' -import { Link } from 'react-router-dom' -import BlinkingCursor from './BlinkingCursor' -import CodeBlock from './CodeBlock' -import './TerminalWindow.sass' - -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 - -
-
-) - -export default TerminalWindow -- cgit v1.2.3