interfaces.js 192 B

12345678
  1. import Connection from '../components/Connection'
  2. import InterfaceList from '../components/InterfaceList'
  3. const InterfacePage = props => (
  4. <InterfaceList />
  5. )
  6. export default InterfacePage