interfaces.js 133 B

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