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/Permissions.js | |
| parent | fc43594e43cdcba82930c788012d0e7ad7110ccd (diff) | |
migrate to graphql
Diffstat (limited to 'frontend/components/Permissions.js')
| -rw-r--r-- | frontend/components/Permissions.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/components/Permissions.js b/frontend/components/Permissions.js index dc5b246..1807366 100644 --- a/frontend/components/Permissions.js +++ b/frontend/components/Permissions.js @@ -1,7 +1,7 @@ import React from 'react'; import { Query, Mutation } from 'react-apollo'; import PropTypes from 'prop-types'; -import { ALL_USERS_QUERY, UPDATE_PERMISSIONS_MUTATION } from '../queries/queries'; +import { ALL_USERS_QUERY, UPDATE_PERMISSIONS_MUTATION } from '../queries/queries.graphql'; import Error from './ErrorMessage'; import SickButton from './styles/SickButton'; import Table from './styles/Table'; |
