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