mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-29 07:16:07 +00:00
6 lines
92 B
JavaScript
6 lines
92 B
JavaScript
/* @flow */
|
|
import bootstrap from 'bootstrap';
|
|
import App from 'App/User';
|
|
|
|
bootstrap(App);
|