From c0752fa731a0f028a93cce948043044fe56b57d6 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Tue, 15 May 2018 11:48:19 -0400 Subject: migrate to graphql --- frontend/components/Items.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/components/Items.js') diff --git a/frontend/components/Items.js b/frontend/components/Items.js index 2eacd22..618cc84 100644 --- a/frontend/components/Items.js +++ b/frontend/components/Items.js @@ -6,7 +6,7 @@ import Pagination from './Pagination'; import Item from './Item'; import LoadingItem from './LoadingItem'; import { perPage } from '../config'; -import { ALL_ITEMS_QUERY } from '../queries/queries'; +import { ALL_ITEMS_QUERY } from '../queries/queries.graphql'; const Items = styled.div` display: grid; -- cgit v1.3