import SingleItem from '../components/SingleItem'; const ItemPage = ({ query }) => ( ); export default ItemPage;