X-Git-Url: https://git.r.bdr.sh/rbdr/forum/blobdiff_plain/cbe4a5fc39533cc244a05dbd866b1cb903776863..74b03c33ff37d7363721bc2c33abb867dc9ea87c:/src/stores/tag.js diff --git a/src/stores/tag.js b/src/stores/tag.js index 742db51..d74b719 100644 --- a/src/stores/tag.js +++ b/src/stores/tag.js @@ -1,4 +1,4 @@ import { store } from './apollo'; -import { GET_TAG } from '$data/queries'; +import { GET_TAG } from '$/data/queries'; export const getTag = (id) => store({ key: 'tag', query: GET_TAG, variables: { id } });