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