X-Git-Url: https://git.r.bdr.sh/rbdr/forum/blobdiff_plain/18ced3bfaff8ca40edb1a96e631ba1553a3a7a6d..63c3da2af27fcfb1a9893ade03543e3a30949c8d:/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 } });