mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-01 04:22:15 +08:00
e6e0b02849
Flow first look
5 lines
93 B
JavaScript
5 lines
93 B
JavaScript
/* @flow */
|
|
import bootstrap from 'bootstrap';
|
|
import App from 'App/Admin';
|
|
|
|
bootstrap(App);
|