diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-04-05 16:52:40 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-04-05 16:52:40 -0400 |
| commit | 41a86494f3caea96dd4ed32733310783e47b429d (patch) | |
| tree | 344d94c5cb2966f9ddd49b9f7ab2ad02ed88bce7 /frontend/components/Pagination.js | |
| parent | fdc7ae6a0a0cced82791bd03cf575f2fa68fca99 (diff) | |
refactor
Diffstat (limited to 'frontend/components/Pagination.js')
| -rw-r--r-- | frontend/components/Pagination.js | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
