mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 03:59:21 +03:00
Cleanup AppUser and AdminApp
This commit is contained in:
parent
cf3801cba0
commit
893364d52d
5 changed files with 20 additions and 24 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import bootstrap from 'bootstrap';
|
||||
import App from 'App/Admin';
|
||||
import { AdminApp } from 'App/Admin';
|
||||
|
||||
bootstrap(App);
|
||||
bootstrap(new AdminApp);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue