import React, { Component } from 'react'; import MenuAppBar from '../components/MenuAppBar'; import OTASettings from './OTASettings'; class OTAConfiguration extends Component { render() { return ( ) } } export default OTAConfiguration