mirror of
https://github.com/RainLoop/rainloop-webmail.git
synced 2026-02-05 11:34:54 +01:00
6 lines
82 B
JavaScript
6 lines
82 B
JavaScript
|
|
import bootstrap from 'bootstrap';
|
|
import App from 'App/Admin';
|
|
|
|
bootstrap(App);
|