1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-06 19:53:59 +00:00

Merge branch 'main' into pm-19497-reset-search-x-browser

This commit is contained in:
Ben Brooks
2025-06-10 13:30:45 -07:00
committed by GitHub
2 changed files with 0 additions and 2 deletions

View File

@@ -22,7 +22,6 @@ import { SmLandingApiService } from "./sm-landing-api.service";
@Component({
selector: "app-request-sm-access",
standalone: true,
templateUrl: "request-sm-access.component.html",
imports: [SharedModule, SearchModule, NoItemsModule, HeaderModule, OssModule],
})

View File

@@ -14,7 +14,6 @@ import { SharedModule } from "../../shared/shared.module";
@Component({
selector: "app-sm-landing",
standalone: true,
imports: [SharedModule, SearchModule, NoItemsModule, HeaderModule],
templateUrl: "sm-landing.component.html",
})