diff --git a/pages/index.js b/pages/index.js
index 80791cc..c06ba29 100644
--- a/pages/index.js
+++ b/pages/index.js
@@ -4,10 +4,12 @@ import { DragDropContext } from 'react-dnd'
import Axios from 'axios'
import domtoimage from 'dom-to-image'
-import Logo from '../components/svg/Logo'
+import ReadFileDropContainer from '../components/ReadFileDropContainer'
import Meta from '../components/Meta'
import Toolbar from '../components/Toolbar'
import CodeImage from '../components/CodeImage'
+import Header from '../components/Header'
+import Footer from '../components/Footer'
import api from '../lib/api'
import { THEMES, LANGUAGES, PALETTE, DEFAULT_CODE } from '../lib/constants'
@@ -61,29 +63,31 @@ class Index extends React.Component {
return (
-
-
-
-
The easiest way to create images from source code. Start typing, or drag a file into the text area to get started.
+
+ {/* TODO this doesn't update the render */}
+ {
+ console.log(droppedContent)
+ this.setState({ droppedContent })
+ }}
+ >
+