aboutsummaryrefslogtreecommitdiff
path: root/src/stores/forums.js
blob: 5cce7ba60f836584a8ecc1316c08626767a14229 (plain)
1
2
3
4
import { store } from './apollo';
import { GET_FORUMS } from '$data/queries';

export const forums = store({ key: 'forums', query: GET_FORUMS, initialValue: [] });