From 61aa9cf4c4e97f4d737d387e1e011e83b9fd483d Mon Sep 17 00:00:00 2001
From: amontenegro <a.montenegro@orcid.org>
Date: Thu, 30 Nov 2023 16:36:12 -0600
Subject: [PATCH] Remove unecesary import

---
 .../components/work-form/work-form/work-form.component.ts       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/record/components/work-form/work-form/work-form.component.ts b/src/app/record/components/work-form/work-form/work-form.component.ts
index a8f6ec337e..4d6e688efe 100644
--- a/src/app/record/components/work-form/work-form/work-form.component.ts
+++ b/src/app/record/components/work-form/work-form/work-form.component.ts
@@ -52,7 +52,7 @@ import { SnackbarService } from 'src/app/cdk/snackbar/snackbar.service'
 import { WorkIdentifiers } from 'src/app/shared/validators/work-identifiers/work-identifiers.validator'
 import { workCitationValidator } from 'src/app/shared/validators/citation/work-citation.validator'
 import { translatedTitleValidator } from 'src/app/shared/validators/translated-title/translated-title.validator'
-import { merge, Subject, of, EMPTY } from 'rxjs'
+import { merge, Subject, of } from 'rxjs'
 import { RecordService } from 'src/app/core/record/record.service'
 
 @Component({