Skip to content
Snippets Groups Projects
Commit d9376f22 authored by Ben Whitmore's avatar Ben Whitmore
Browse files

refactor: use preferred import for gql

parent f9242c4b
No related branches found
No related tags found
No related merge requests found
import config from 'config' import config from 'config'
import request from 'pubsweet-client/src/helpers/api' import request from 'pubsweet-client/src/helpers/api'
import gql from 'graphql-tag' import { gql } from '@apollo/client'
import currentRolesVar from '../../../shared/currentRolesVar' import currentRolesVar from '../../../shared/currentRolesVar'
const urlFrag = config.journal.metadata.toplevel_urlfragment const urlFrag = config.journal.metadata.toplevel_urlfragment
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment