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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user