import Instrument from '../components/Instrument' const InstrumentsPage = props => ( <Instrument /> ) export default InstrumentsPage