added Dropzone and rudimentary styling

This commit is contained in:
[poww10s]
2020-11-27 02:00:42 -05:00
parent 1ff20ec0fd
commit ab92ba7af6
4 changed files with 105 additions and 55 deletions
+2
View File
@@ -1,6 +1,7 @@
import React from 'react';
import MainMenu from './features/menu/Menu';
import TimbreSwitcher from './features/timbre/timbreSwitcher';
import IO from './features/io/IO';
import './App.css';
function App() {
@@ -8,6 +9,7 @@ function App() {
<div className="App">
<header className="App-header">
<MainMenu />
<IO />
<TimbreSwitcher />
</header>
</div>