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/Items.js | |
| parent | 400a1c3028429d4a0946e29be65b32479eada02a (diff) | |
Death to index
Diffstat (limited to 'frontend/components/Items.js')
| -rw-r--r-- | frontend/components/Items.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/components/Items.js b/frontend/components/Items.js index 22e2d75..5768b6b 100644 --- a/frontend/components/Items.js +++ b/frontend/components/Items.js @@ -5,7 +5,7 @@ import PropTypes from 'prop-types'; import Pagination from './Pagination'; import Item from './Item'; import { perPage } from '../config'; -import { ALL_ITEMS_QUERY } from '../queries/index'; +import { ALL_ITEMS_QUERY } from '../queries/queries'; const Items = styled.div` display: grid; |
