X-Git-Url: https://git.r.bdr.sh/rbdr/forum/blobdiff_plain/18ced3bfaff8ca40edb1a96e631ba1553a3a7a6d..55fb920baa9792266be1a6b981f954c622c1eaf9:/src/stores/topic.js diff --git a/src/stores/topic.js b/src/stores/topic.js index 3225a83..c90f1a3 100644 --- a/src/stores/topic.js +++ b/src/stores/topic.js @@ -1,4 +1,4 @@ import { store } from './apollo'; -import { GET_TOPIC } from '$data/queries'; +import { GET_TOPIC } from '$/data/queries'; export const getTopic = (id) => store({ key: 'topic', query: GET_TOPIC, variables: { id } });