diff options
Diffstat (limited to 'src/stores/topic.js')
| -rw-r--r-- | src/stores/topic.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 } }); |