mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 07:13:32 +00:00
Apply Prettier (#1202)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { Component } from '@angular/core';
|
||||
import { Component } from "@angular/core";
|
||||
|
||||
import { SetPinComponent as BaseSetPinComponent } from 'jslib-angular/components/set-pin.component';
|
||||
import { SetPinComponent as BaseSetPinComponent } from "jslib-angular/components/set-pin.component";
|
||||
|
||||
@Component({
|
||||
templateUrl: 'set-pin.component.html',
|
||||
templateUrl: "set-pin.component.html",
|
||||
})
|
||||
export class SetPinComponent extends BaseSetPinComponent { }
|
||||
export class SetPinComponent extends BaseSetPinComponent {}
|
||||
|
||||
Reference in New Issue
Block a user