import withData from '../lib/withData'; import Page from '../components/Page'; import SingleItem from '../components/SingleItem'; const ItemPage = props => (

I'm the item url!

); export default withData(ItemPage);