From 41a86494f3caea96dd4ed32733310783e47b429d Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Thu, 5 Apr 2018 16:52:40 -0400 Subject: refactor --- frontend/components/Pagination.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/components/Pagination.js') diff --git a/frontend/components/Pagination.js b/frontend/components/Pagination.js index d42c807..64e749a 100644 --- a/frontend/components/Pagination.js +++ b/frontend/components/Pagination.js @@ -4,7 +4,7 @@ import styled from 'styled-components'; import Link from 'next/link'; import PropTypes from 'prop-types'; import { perPage } from '../config'; -import { ALL_ITEMS_QUERY } from '../queries/index'; +import { ALL_ITEMS_QUERY, ITEM_COUNT_QUERY } from '../queries/index'; const PaginationStyles = styled.div` text-align: center; -- cgit v1.3