import InterfaceList from '../components/InterfaceList' const InterfacePage = props => <InterfaceList /> export default InterfacePage