summaryrefslogtreecommitdiff
path: root/frontend/src/pages/NotFound.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/pages/NotFound.js')
-rw-r--r--frontend/src/pages/NotFound.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/frontend/src/pages/NotFound.js b/frontend/src/pages/NotFound.js
deleted file mode 100644
index 72be7342..00000000
--- a/frontend/src/pages/NotFound.js
+++ /dev/null
@@ -1,14 +0,0 @@
-import React from 'react'
-import DocumentTitle from 'react-document-title'
-import TerminalWindow from '../components/not-found/TerminalWindow'
-import './NotFound.sass'
-
-const NotFound = () => (
- <DocumentTitle title="Page Not Found - OpenDC">
- <div className="not-found-backdrop">
- <TerminalWindow />
- </div>
- </DocumentTitle>
-)
-
-export default NotFound