mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-13 19:23:33 +08:00
5 lines
80 B
JavaScript
5 lines
80 B
JavaScript
|
import bootstrap from 'bootstrap';
|
||
|
import App from 'App/User';
|
||
|
|
||
|
bootstrap(App);
|