import React from 'react';
import ListWithApi from './components/ListWithApi/index';

export default () =>{
return <ListWithApi />
};
