]> git.r.bdr.sh - rbdr/forum/blobdiff - src/stores/posts.js
Update / use typescript
[rbdr/forum] / src / stores / posts.js
diff --git a/src/stores/posts.js b/src/stores/posts.js
deleted file mode 100644 (file)
index 0cbf1d5..0000000
+++ /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 } });