commit ef0932c3bf4b3416f0ad9a319062524bea2e40b5
parent ef50743c5318b2b7b21fff1e6fed3733b1a18be1
Author: Massimo Siboldi <mdsiboldi@gmail.com>
Date: Sun, 11 Mar 2018 19:39:42 -0700
Remove unused imports.
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/App/index.js b/src/App/index.js
@@ -3,7 +3,6 @@ import WaveEditor from '../WaveEditor/';
import WaveManager from '../WaveManager/';
import Synth from '../Synth/';
import CircleButton from '../CircleButton/';
-import WaveTable from '../WaveTable/';
import HSlider from '../HSlider/';
import Param from '../Param/';
import Wheel from '../Wheel/';
@@ -11,7 +10,6 @@ import './App.css';
import '../iconfont/style.css';
import consts from '../consts.js';
import helpers from '../helpers.js';
-import { Provider, connect } from 'preact-redux';
const initialWave = new Array(consts.BUF_SIZE)
.fill(0)