aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/views/Footer.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/views/Footer.js')
-rw-r--r--frontend/src/views/Footer.js19
1 files changed, 0 insertions, 19 deletions
diff --git a/frontend/src/views/Footer.js b/frontend/src/views/Footer.js
deleted file mode 100644
index 0a3c5a3..0000000
--- a/frontend/src/views/Footer.js
+++ /dev/null
@@ -1,19 +0,0 @@
-import React, {Component} from 'react';
-import './Footer.scss';
-
-class Footer extends Component {
-
- render() {
- return (
- <footer className="footer container-fluid">
- <div className="row">
- <div className="col-12">
- <div className="footer-timeline">timeline - <a href="https://github.com/eciavatta/caronte/issues/12">to be implemented</a></div>
- </div>
- </div>
- </footer>
- );
- }
-}
-
-export default Footer;