mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 10:13:31 +00:00
10 lines
168 B
TypeScript
10 lines
168 B
TypeScript
import {
|
|
Component,
|
|
} from '@angular/core';
|
|
|
|
@Component({
|
|
selector: 'app-import',
|
|
templateUrl: 'import.component.html',
|
|
})
|
|
export class ImportComponent { }
|