mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 17:13:38 +08:00
4 lines
99 B
JavaScript
4 lines
99 B
JavaScript
import bootstrap from 'bootstrap';
|
|
import { AdminApp } from 'App/Admin';
|
|
|
|
bootstrap(new AdminApp);
|