From 36800e763c8675afa8a13c414943a571c8d8b4a2 Mon Sep 17 00:00:00 2001 From: Mike Fix Date: Sat, 16 Sep 2017 12:37:34 -0700 Subject: [PATCH] Make toolbar just be a aesthetic component --- components/Toolbar.js | 18 +--------------- pages/editor.js | 49 ++++++++++++++++++++++++++++++------------- 2 files changed, 35 insertions(+), 32 deletions(-) diff --git a/components/Toolbar.js b/components/Toolbar.js index e3930c0..9c8aeba 100644 --- a/components/Toolbar.js +++ b/components/Toolbar.js @@ -1,23 +1,7 @@ import React from 'react' -import Dropdown from './Dropdown' -import ColorPicker from './ColorPicker' -import Settings from './Settings' -import Button from './Button' -import { THEMES, LANGUAGES } from '../lib/constants' - const Toolbar = (props) => (
- - - - -
-
+ {props.children}