fix browser build

This commit is contained in:
Vicki League 2024-04-17 16:58:56 -04:00
parent 2f1ed4993f
commit 5eeb672423
No known key found for this signature in database
GPG Key ID: 6A900B42463EAC13
3 changed files with 8 additions and 5 deletions

View File

@ -2,7 +2,7 @@ import { CommonModule } from "@angular/common";
import { Component } from "@angular/core";
import { RouterModule } from "@angular/router";
import { LinkModule } from "@bitwarden/components/src/link";
import { LinkModule } from "@bitwarden/components";
@Component({
selector: "popup-bottom-navigation",

View File

@ -1,10 +1,12 @@
import { CommonModule } from "@angular/common";
import { Component, Input } from "@angular/core";
import { AvatarModule } from "@bitwarden/components/src/avatar";
import { ButtonModule } from "@bitwarden/components/src/button";
import { IconButtonModule } from "@bitwarden/components/src/icon-button";
import { TypographyModule } from "@bitwarden/components/src/typography";
import {
AvatarModule,
ButtonModule,
IconButtonModule,
TypographyModule,
} from "@bitwarden/components";
@Component({
selector: "popup-header",

View File

@ -1,4 +1,5 @@
{
"extends": "../../libs/shared/tsconfig",
"compilerOptions": {
"moduleResolution": "node",
"noImplicitAny": true,