From 857b45bff216387ee8272df8711ddee3522ae0c8 Mon Sep 17 00:00:00 2001 From: CarleyDiaz-Bitwarden <103955722+CarleyDiaz-Bitwarden@users.noreply.github.com> Date: Fri, 24 Jun 2022 09:54:24 -0400 Subject: [PATCH] Removing unecessary launch.json file commit --- apps/.vscode/launch.json | 15 --------------- apps/web/src/app/tools/export.component.ts | 4 ++-- 2 files changed, 2 insertions(+), 17 deletions(-) delete mode 100644 apps/.vscode/launch.json 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";