mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-10-02 09:54:21 +08:00
5 lines
92 B
JavaScript
5 lines
92 B
JavaScript
/* @flow */
|
|
import bootstrap from 'bootstrap';
|
|
import App from 'App/User';
|
|
|
|
bootstrap(App);
|