From cc17efc9305e4a174c7a02bad94e7106d0951e41 Mon Sep 17 00:00:00 2001 From: rpurnama1409 Date: Sat, 24 Feb 2024 14:56:09 +0700 Subject: [PATCH] build image --- src/utils/graphql.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/graphql.ts b/src/utils/graphql.ts index 42650f3..09cf6c6 100755 --- a/src/utils/graphql.ts +++ b/src/utils/graphql.ts @@ -1,3 +1,4 @@ +//deploy vm import { ApolloClient, createHttpLink, InMemoryCache } from '@apollo/client/core' export const apolloClient = () => {