summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2017-07-03 15:39:09 -0700
committerNick Van Doorn <vandoorn.nick@gmail.com>2017-07-03 15:39:09 -0700
commit1aa29bd18c9eeccb4d325ef0277919074b537fa3 (patch)
treeb7292d0b690a2386c126406ba6cfe0d04663b6a6
parentf9e6ecea3e3d07903c3dfbbec1102c4974a622ba (diff)
Re-export layout from index
-rw-r--r--src/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/index.js b/src/index.js
index b13c779..08ea033 100644
--- a/src/index.js
+++ b/src/index.js
@@ -8,3 +8,5 @@ import '../fonts/beachbar-bold/beachbar-bold.css'
import Layout from './components/layout/layout'
ReactDOM.render(<Layout />, document.getElementById('root'))
+
+export default Layout