+
+
+
+
+
+ View on GitHub
+
+ Terms of Service
+ Privacy Policy
+
+ © 2019
+
+)
+
+export default withTheme(Footer)
diff --git a/src/components/Layout.js b/src/components/Layout.js
index 4e97bbe..801391f 100644
--- a/src/components/Layout.js
+++ b/src/components/Layout.js
@@ -3,7 +3,6 @@ import { Helmet } from "react-helmet"
import { Global, css } from "@emotion/core"
import styled from "@emotion/styled"
-import { SimpleNavbar } from "components/Navbar"
import { withTheme } from "emotion-theming"
const Layout = ({ children, theme }) => (
@@ -12,9 +11,9 @@ const Layout = ({ children, theme }) => (