mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-28 17:26:44 +03:00
5 lines
93 B
JavaScript
5 lines
93 B
JavaScript
/* @flow */
|
|
import bootstrap from 'bootstrap';
|
|
import App from 'App/Admin';
|
|
|
|
bootstrap(App);
|