GraphQLCasts
GraphQLCasts copied to clipboard
GraphQLCasts/auth-graphql-starter/
standalone use of auth-graphql-starter/
ERROR in ./client/index.js
Module build failed: SyntaxError: Unexpected token (27:4)
25 | const Root = () => {
26 | return (
> 27 | <ApolloProvider client={client}>
| ^
28 | <Router history={hashHistory}>
29 | <Route path="/" component={App}>
30 | <Route path="login" component={LoginForm} />