mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-05 22:42:25 +08:00
6 lines
81 B
JavaScript
6 lines
81 B
JavaScript
|
|
||
|
import bootstrap from 'bootstrap';
|
||
|
import App from 'App/User';
|
||
|
|
||
|
bootstrap(App);
|