We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98321a2 commit 64d0b1eCopy full SHA for 64d0b1e
app/app.js
@@ -0,0 +1,6 @@
1
+import routes from './config/routes';
2
+import { render } from 'react-dom';
3
+import injectTapEventPlugin from 'react-tap-event-plugin';
4
+injectTapEventPlugin();
5
+
6
+render(routes, document.getElementById("app"));
0 commit comments