diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-04-13 11:03:27 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-04-13 11:03:27 -0400 |
| commit | fd01f1939b8db1e2da911b058f685cdb01bf3e71 (patch) | |
| tree | 2b97a1fb8e1d2d224ea880b253c57c0b911f2a2d /frontend/components/Pagination.js | |
| parent | 400a1c3028429d4a0946e29be65b32479eada02a (diff) | |
Death to index
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 64e749a..53ad36f 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, ITEM_COUNT_QUERY } from '../queries/index'; +import { ALL_ITEMS_QUERY, ITEM_COUNT_QUERY } from '../queries/queries'; const PaginationStyles = styled.div` text-align: center; |
