From fcbbc49687afeeecdc9388b367b1d7f2d0c76214 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 2 May 2021 13:37:11 +0200 Subject: Add getForum pact, normalize stores --- src/stores/topic.js | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 src/stores/topic.js (limited to 'src/stores/topic.js') diff --git a/src/stores/topic.js b/src/stores/topic.js deleted file mode 100644 index c90f1a3..0000000 --- a/src/stores/topic.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 } }); -- cgit