interfaces.js 136 B

12345
  1. import InterfaceList from '../components/InterfaceList'
  2. const InterfacePage = props => <InterfaceList />
  3. export default InterfacePage