mirror of
https://github.com/bitwarden/jslib
synced 2025-12-21 10:43:23 +00:00
reference barrels
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { View } from './view';
|
||||
|
||||
import { Login } from '../domain/login';
|
||||
import { Login } from '../domain';
|
||||
|
||||
import { PlatformUtilsService } from '../../abstractions/platformUtils.service';
|
||||
import { PlatformUtilsService } from '../../abstractions';
|
||||
|
||||
export class LoginView implements View {
|
||||
username: string;
|
||||
|
||||
Reference in New Issue
Block a user