blob: 4d5868123bd9206e66fd7633bfea9862c67d82c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/*
* Mocking the configuration, since we're treating it as an external
*/
export const apollo = {
uri: 'http://MOCKED_CONFIG',
name: 'COOL_CLIENT',
version: '8.8.8'
};
export const version = '9.9.9';
|