mirror of
https://github.com/bitwarden/browser
synced 2026-02-08 20:50:28 +00:00
omitted standalone
This commit is contained in:
@@ -10,7 +10,6 @@ import { VAULT_FILTER_IMPORTS } from "../shared-filter-imports";
|
||||
@Component({
|
||||
selector: "app-collection-filter",
|
||||
templateUrl: "collection-filter.component.html",
|
||||
standalone: true,
|
||||
imports: [...VAULT_FILTER_IMPORTS],
|
||||
})
|
||||
export class CollectionFilterComponent {
|
||||
|
||||
@@ -11,7 +11,6 @@ import { VAULT_FILTER_IMPORTS } from "../shared-filter-imports";
|
||||
@Component({
|
||||
selector: "app-folder-filter",
|
||||
templateUrl: "folder-filter.component.html",
|
||||
standalone: true,
|
||||
imports: [...VAULT_FILTER_IMPORTS, IconButtonModule],
|
||||
})
|
||||
export class FolderFilterComponent {
|
||||
|
||||
@@ -16,7 +16,6 @@ import { CollectionFilterComponent } from "./collection-filter.component";
|
||||
@Component({
|
||||
selector: "app-organization-filter",
|
||||
templateUrl: "organization-filter.component.html",
|
||||
standalone: true,
|
||||
imports: [...VAULT_FILTER_IMPORTS, CollectionFilterComponent],
|
||||
})
|
||||
export class OrganizationFilterComponent {
|
||||
|
||||
@@ -15,7 +15,6 @@ import { VAULT_FILTER_IMPORTS } from "../shared-filter-imports";
|
||||
@Component({
|
||||
selector: "app-status-filter",
|
||||
templateUrl: "status-filter.component.html",
|
||||
standalone: true,
|
||||
imports: [...VAULT_FILTER_IMPORTS, PremiumBadgeComponent],
|
||||
})
|
||||
export class StatusFilterComponent {
|
||||
|
||||
@@ -12,7 +12,6 @@ import { VAULT_FILTER_IMPORTS } from "../shared-filter-imports";
|
||||
@Component({
|
||||
selector: "app-type-filter",
|
||||
templateUrl: "type-filter.component.html",
|
||||
standalone: true,
|
||||
imports: [...VAULT_FILTER_IMPORTS],
|
||||
})
|
||||
export class TypeFilterComponent {
|
||||
|
||||
@@ -36,7 +36,6 @@ import { TypeFilterComponent } from "./filters/type-filter.component";
|
||||
@Component({
|
||||
selector: "app-vault-filter",
|
||||
templateUrl: "vault-filter.component.html",
|
||||
standalone: true,
|
||||
imports: [
|
||||
I18nPipe,
|
||||
NavigationModule,
|
||||
|
||||
Reference in New Issue
Block a user