chore: add support for react-intl, mui, apolloql
This commit is contained in:
6
packages/web/src/graphql/client.ts
Normal file
6
packages/web/src/graphql/client.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { ApolloClient, InMemoryCache } from '@apollo/client';
|
||||
|
||||
const cache = new InMemoryCache();
|
||||
const client = new ApolloClient({ cache: cache });
|
||||
|
||||
export default client;
|
Reference in New Issue
Block a user