import React from 'react'; import Selection from "./Selection"; import SelectVolume from "./SelectVolume"; import Metronome from "./Metronome"; const SelectionLeft = () => { return (
); } export default SelectionLeft;