mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
[CL-694] Remove unused imports (#14795)
* Remove unused imports * Remove more unused imports
This commit is contained in:
@@ -4,13 +4,12 @@ import { Component } from "@angular/core";
|
||||
import { LayoutComponent } from "@bitwarden/components";
|
||||
|
||||
import { ProductSwitcherModule } from "./product-switcher/product-switcher.module";
|
||||
import { ToggleWidthComponent } from "./toggle-width.component";
|
||||
|
||||
@Component({
|
||||
selector: "app-layout",
|
||||
templateUrl: "web-layout.component.html",
|
||||
standalone: true,
|
||||
imports: [CommonModule, LayoutComponent, ProductSwitcherModule, ToggleWidthComponent],
|
||||
imports: [CommonModule, LayoutComponent, ProductSwitcherModule],
|
||||
})
|
||||
export class WebLayoutComponent {
|
||||
constructor() {}
|
||||
|
||||
Reference in New Issue
Block a user