mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-28 06:46:27 +00:00
5 lines
81 B
JavaScript
5 lines
81 B
JavaScript
import bootstrap from 'bootstrap';
|
|
import App from 'App/Admin';
|
|
|
|
bootstrap(App);
|