mirror of
https://github.com/vale981/Vulcan
synced 2025-03-12 13:36:37 -04:00
4 lines
No EOL
110 B
JavaScript
4 lines
No EOL
110 B
JavaScript
import { InMemoryCache } from 'apollo-client-inmemory'
|
|
|
|
const cache = new InMemoryCache()
|
|
export default cache |