1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-06 02:23:44 +00:00

Resolved circular dependency with UpdateLicenseDialogResult enum (#10056)

This commit is contained in:
Conner Turnbull
2024-07-10 13:34:51 -04:00
committed by GitHub
parent c7d64cfc25
commit e4c7efba12
4 changed files with 8 additions and 9 deletions

View File

@@ -20,10 +20,8 @@ import {
OffboardingSurveyDialogResultType,
openOffboardingSurvey,
} from "../shared/offboarding-survey.component";
import {
UpdateLicenseDialogComponent,
UpdateLicenseDialogResult,
} from "../shared/update-license-dialog.component";
import { UpdateLicenseDialogComponent } from "../shared/update-license-dialog.component";
import { UpdateLicenseDialogResult } from "../shared/update-license-types";
@Component({
templateUrl: "user-subscription.component.html",