Files
talk/client/coral-docs/src/index.js
T
Belen Curcio 2513ef2df5 add plugins
2017-03-28 15:56:24 -03:00

9 lines
262 B
JavaScript

import React from 'react';
import {render} from 'react-dom';
import {GraphQLDocs} from 'graphql-docs';
import fetcher from './services/fetcher';
// Render the application into the DOM
render(<GraphQLDocs fetcher={fetcher} />, document.querySelector('#root'));