]> git.r.bdr.sh - rbdr/forum/blobdiff - src/stores/topic.js
Add tests for first batch of components
[rbdr/forum] / src / stores / topic.js
index 3225a8314e54752a3cea011de34e56b3af9bcefc..c90f1a3b9a437823105fd347a8ac1bea7f5fcf86 100644 (file)
@@ -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 } });