Cleanup AppUser and AdminApp

This commit is contained in:
the-djmaze 2022-03-31 17:39:53 +02:00
parent cf3801cba0
commit 893364d52d
5 changed files with 20 additions and 24 deletions

View file

@ -1,4 +1,4 @@
import bootstrap from 'bootstrap';
import App from 'App/Admin';
import { AdminApp } from 'App/Admin';
bootstrap(App);
bootstrap(new AdminApp);