diff options
Diffstat (limited to 'src/stores/topics.js')
| -rw-r--r-- | src/stores/topics.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/stores/topics.js b/src/stores/topics.js deleted file mode 100644 index c90f1a3..0000000 --- a/src/stores/topics.js +++ /dev/null @@ -1,4 +0,0 @@ -import { store } from './apollo'; -import { GET_TOPIC } from '$/data/queries'; - -export const getTopic = (id) => store({ key: 'topic', query: GET_TOPIC, variables: { id } }); |