mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Cleanup views system
This commit is contained in:
parent
c0f494c758
commit
3e494f6519
12 changed files with 26 additions and 40 deletions
|
|
@ -6,7 +6,7 @@ import Remote from 'Remote/Admin/Fetch';
|
|||
import { decorateKoCommands } from 'Knoin/Knoin';
|
||||
import { AbstractViewLogin } from 'Knoin/AbstractViews';
|
||||
|
||||
export class LoginAdminView extends AbstractViewLogin {
|
||||
export class AdminLoginView extends AbstractViewLogin {
|
||||
constructor() {
|
||||
super('AdminLogin');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue