1 2 3 4 5 6 7 8 9
import CreateItem from '../components/CreateItem'; const Sell = props => ( <div> <CreateItem /> </div> ); export default Sell;