diff --git a/apps/.vscode/launch.json b/apps/.vscode/launch.json deleted file mode 100644 index 2be50c4fa2d..00000000000 --- a/apps/.vscode/launch.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "type": "pwa-chrome", - "request": "launch", - "name": "Launch Chrome against localhost", - "url": "https://localhost:8080/#", - "webRoot": "${workspaceFolder}" - } - ] -} diff --git a/apps/web/src/app/tools/export.component.ts b/apps/web/src/app/tools/export.component.ts index 002060d0e45..c3cb483df3d 100644 --- a/apps/web/src/app/tools/export.component.ts +++ b/apps/web/src/app/tools/export.component.ts @@ -1,5 +1,5 @@ -import { Component, ViewChild, ViewContainerRef } from "@angular/core"; -import { FormBuilder, FormControl, FormGroup } from "@angular/forms"; +import { Component } from "@angular/core"; +import { FormBuilder } from "@angular/forms"; import { ExportComponent as BaseExportComponent } from "@bitwarden/angular/components/export.component"; import { ModalConfig, ModalService } from "@bitwarden/angular/services/modal.service";