Skip to content

Commit 64d0b1e

Browse files
author
kimobrian
committed
chore: Create main entry app
1 parent 98321a2 commit 64d0b1e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/app.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)