diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-03-14 23:10:01 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-03-14 23:10:01 +0100 |
| commit | 74b03c33ff37d7363721bc2c33abb867dc9ea87c (patch) | |
| tree | 5846c2fa2b8619c760938fa80c81eb6b07d69015 /src/stores/apollo.js | |
| parent | cbe4a5fc39533cc244a05dbd866b1cb903776863 (diff) | |
Add components to view topics and posts
Diffstat (limited to 'src/stores/apollo.js')
| -rw-r--r-- | src/stores/apollo.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 |