import Connection from '../components/Connection' const InterfacePage = props => ( <Connection /> ) export default InterfacePage