Skip to content

Commit

Permalink
Little bit of formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dinubs committed Jan 3, 2018
1 parent ac0aba8 commit 3dac4d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions client/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const EXAMPLE_QUERY = `{
}
}`

const Root = () =>
const Root = () => (
<App id="you-can-wait-for-this-with-graphql">
<h1>Cool. CoolQLCool</h1>
<p>CoolQLCool (CQC) is an open source Graph QL server that allows you to turn websites into a Graph QL api. It's pretty tubular (I'm incredibly biased tho).</p>
Expand Down Expand Up @@ -115,6 +115,7 @@ response = http.request(request)`}
</Highlight>

<small>Made by Gavin</small>
</App>;
</App>
);

const root = render(<Root />, document.getElementById('js--app'));

0 comments on commit 3dac4d5

Please sign in to comment.