mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
convert export to ts component
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import * as angular from 'angular';
|
||||
import { ExportComponent } from './export.component';
|
||||
import { PasswordGeneratorComponent } from './password-generator.component';
|
||||
import { ToolsComponent } from './tools.component';
|
||||
|
||||
@@ -7,5 +8,6 @@ export default angular
|
||||
|
||||
.component('tools', ToolsComponent)
|
||||
.component('passwordGenerator', PasswordGeneratorComponent)
|
||||
.component('export', ExportComponent)
|
||||
|
||||
.name;
|
||||
|
||||
Reference in New Issue
Block a user