snappymail/dev/app.jsx

6 lines
81 B
React
Raw Normal View History

2015-11-19 01:32:29 +08:00
import bootstrap from 'bootstrap';
import App from 'App/User';
bootstrap(App);