summaryrefslogtreecommitdiff
path: root/client/components/Header.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/Header.jsx')
-rw-r--r--client/components/Header.jsx18
1 files changed, 0 insertions, 18 deletions
diff --git a/client/components/Header.jsx b/client/components/Header.jsx
deleted file mode 100644
index 31439db..0000000
--- a/client/components/Header.jsx
+++ /dev/null
@@ -1,18 +0,0 @@
-import { h, Component } from 'preact'
-import { Link } from 'react-router-dom'
-
-export default class Header extends Component {
- constructor(props) {
- super()
- this.state = {
- }
- }
- render() {
- return (
- <div class='header'>
- <b>spawn cortex</b>
- </div>
- )
- }
-}
-