ooade/ApolloSimpleStarter

View on GitHub
client/index.js

Summary

Maintainability
A
0 mins
Test Coverage
import { render } from 'react-dom';

// Style our app
import './index.css';

// Import our App
import App from './components/App';

render(<App />, document.querySelector('.entry'));