]> git.r.bdr.sh - rbdr/forum/blobdiff - src/lib/config/apollo.ts
Use tailwind, reference types
[rbdr/forum] / src / lib / config / apollo.ts
index a3820ed70355cc24a896c55e759874601c019865..826fd288b2eb382630697797febd55ff242a8f8b 100644 (file)
@@ -5,10 +5,10 @@ import { apollo as apolloConfig } from './config';
 const cache = new InMemoryCache();
 
 export const client = new ApolloClient({
-  cache,
-  link: new HttpLink({
-    uri: apolloConfig.uri,
-    fetch
-  }),
-  ...apolloConfig
+       cache,
+       link: new HttpLink({
+               uri: apolloConfig.uri,
+               fetch
+       }),
+       ...apolloConfig
 });