mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-10 21:03:56 +08:00
10 lines
174 B
TypeScript
10 lines
174 B
TypeScript
import {
|
|
Component,
|
|
} from '@angular/core';
|
|
|
|
@Component({
|
|
selector: 'app-settings',
|
|
templateUrl: 'settings.component.html',
|
|
})
|
|
export class SettingsComponent { }
|