Skip to content
This repository was archived by the owner on Apr 11, 2019. It is now read-only.

Commit 21378ba

Browse files
committed
Fix: update name of createApolloClient util
1 parent 692b826 commit 21378ba

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

server/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import styleSheet from 'styled-components/lib/models/StyleSheet';
1313
import store from '../app/src/store';
1414
import { routes } from '../app/src/routes';
1515
import Html from './utils/Html';
16-
import createApolloClient from './utils/create-apollo-client';
16+
import createApolloClient from './utils/createApolloClient';
1717
import manifest from './public/manifest.json';
1818

1919
env(path.join(__dirname, '..', '.env'));
File renamed without changes.

0 commit comments

Comments
 (0)