mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
lint fixes
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
import * as template from './register.component.html';
|
||||
|
||||
import {
|
||||
Component,
|
||||
} from '@angular/core';
|
||||
|
||||
import { Component } from '@angular/core';
|
||||
import { Router } from '@angular/router';
|
||||
|
||||
import { Angulartics2 } from 'angulartics2';
|
||||
import { ToasterService } from 'angular2-toaster';
|
||||
import { Angulartics2 } from 'angulartics2';
|
||||
|
||||
import { RegisterRequest } from 'jslib/models/request/registerRequest';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user