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/Nav.js | |
| parent | 400a1c3028429d4a0946e29be65b32479eada02a (diff) | |
Death to index
Diffstat (limited to 'frontend/components/Nav.js')
| -rw-r--r-- | frontend/components/Nav.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/components/Nav.js b/frontend/components/Nav.js index eea29cb..a0bed90 100644 --- a/frontend/components/Nav.js +++ b/frontend/components/Nav.js @@ -2,7 +2,7 @@ import React, { Fragment } from 'react'; import Link from 'next/link'; import styled from 'styled-components'; import { Query } from 'react-apollo'; -import { CURRENT_USER_QUERY, LOCAL_STATE_QUERY } from '../queries/index'; +import { CURRENT_USER_QUERY, LOCAL_STATE_QUERY } from '../queries/queries'; import CartCount from './CartCount'; import Signout from './Signout'; import { ApolloConsumer } from 'react-apollo'; |
