Skip to content

Instantly share code, notes, and snippets.

@zackbiernat
Created December 22, 2017 22:29
Show Gist options
  • Save zackbiernat/780c7507e362fc68d815cb5c8fbf2801 to your computer and use it in GitHub Desktop.
Save zackbiernat/780c7507e362fc68d815cb5c8fbf2801 to your computer and use it in GitHub Desktop.
Use routes to drive application
import ReactDOM from 'react-dom';
import { makeMainRoutes } from './Routing/routes';
const routes = makeMainRoutes();
ReactDOM.render(
routes, document.getElementById('root')
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment