mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-02 21:12:02 +08:00
5 lines
81 B
JavaScript
5 lines
81 B
JavaScript
|
|
import bootstrap from 'bootstrap';
|
|
import App from 'App/User';
|
|
|
|
bootstrap(App);
|