1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-08 20:50:28 +00:00

omitted standalone

This commit is contained in:
Leslie Xiong
2025-12-15 14:02:08 -05:00
parent b50ed1dfbf
commit d05859242e
6 changed files with 0 additions and 6 deletions

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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,