]> git.r.bdr.sh - rbdr/forum/blobdiff - src/stores/tag.js
Add components to view topics and posts
[rbdr/forum] / src / stores / tag.js
index 742db51125b410d9e4f8264c90f919f8f89336b8..d74b7194277ad06d5b73f5b2ccc73c05408ea185 100644 (file)
@@ -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 } });