instruments.js 136 B

1234567
  1. import Instrument from '../components/Instrument'
  2. const InstrumentsPage = props => (
  3. <Instrument />
  4. )
  5. export default InstrumentsPage