From 74b03c33ff37d7363721bc2c33abb867dc9ea87c Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 14 Mar 2021 23:10:01 +0100 Subject: Add components to view topics and posts --- src/stores/apollo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stores/apollo.js') diff --git a/src/stores/apollo.js b/src/stores/apollo.js index e2deecd..0ac2443 100644 --- a/src/stores/apollo.js +++ b/src/stores/apollo.js @@ -1,6 +1,6 @@ import { ApolloError } from '@apollo/client/core'; import { readable } from 'svelte/store'; -import { client } from '$config/apollo'; +import { client } from '$/config/apollo'; /* * This is a generic store for use with apollo -- cgit