mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-03-05 10:17:02 +00:00
5 lines
99 B
JavaScript
5 lines
99 B
JavaScript
import bootstrap from 'bootstrap';
|
|
import { AdminApp } from 'App/Admin';
|
|
|
|
bootstrap(new AdminApp);
|