diff --git a/src/App.js b/src/App.js index a986fcc..06d8513 100644 --- a/src/App.js +++ b/src/App.js @@ -4,14 +4,14 @@ import TimbreSwitcher from './features/timbre/timbreSwitcher'; import './App.css'; function App() { - return ( -
-
- - -
-
- ); + return ( +
+
+ + +
+
+ ); } export default App;