import React, { Component } from 'react'; class Gearbox extends Component { render() { return (
{' '} Gearbox {' '}
); } } export default Gearbox;