Skip to content

Commit

Permalink
add missing import of React in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkvasnicak committed Jul 7, 2017
1 parent 4c4c481 commit f48ee48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/spust-koa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ npm install spust-koa

```js
import ClientSideRender from 'spust-koa/lib/react/ClientSideRender';
import React from 'react';
import Server from 'spust-koa/lib/Server';
import serve from 'spust-koa';

Expand All @@ -37,6 +38,7 @@ export default serve(
```js
import ClientSideRender from 'spust-koa/lib/react/ClientSideRender';
import GraphQL from 'spust-koa/lib/ApolloGraphQL';
import React from 'react';
import Server from 'spust-koa/lib/Server';
import serve from 'spust-koa';

Expand Down

0 comments on commit f48ee48

Please sign in to comment.