diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-05-15 11:48:19 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-05-15 11:48:19 -0400 |
| commit | c0752fa731a0f028a93cce948043044fe56b57d6 (patch) | |
| tree | 66326fc4756ef5a92bbc3047b0a02a261157c365 /frontend/components/Signin.js | |
| parent | fc43594e43cdcba82930c788012d0e7ad7110ccd (diff) | |
migrate to graphql
Diffstat (limited to 'frontend/components/Signin.js')
| -rw-r--r-- | frontend/components/Signin.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/components/Signin.js b/frontend/components/Signin.js index 868b819..f719c60 100644 --- a/frontend/components/Signin.js +++ b/frontend/components/Signin.js @@ -1,6 +1,6 @@ import React, { Component } from 'react'; import { Mutation, ApolloConsumer } from 'react-apollo'; -import { SIGNIN_MUTATION, CURRENT_USER_QUERY } from '../queries/queries'; +import { SIGNIN_MUTATION, CURRENT_USER_QUERY } from '../queries/queries.graphql'; import Error from './ErrorMessage'; import Form from './styles/Form'; |
