From 0b3c3e893001b193ec7360af46fa6d52dc7d4178 Mon Sep 17 00:00:00 2001 From: Xander Vertegaal Date: Wed, 22 Jan 2025 09:34:01 +0100 Subject: [PATCH] Remove unused import --- .../agent-historical-person-form.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/app/data-entry/agent-form/agent-historical-person-form/agent-historical-person-form.component.ts b/frontend/src/app/data-entry/agent-form/agent-historical-person-form/agent-historical-person-form.component.ts index d2cc83aa..4cce2391 100644 --- a/frontend/src/app/data-entry/agent-form/agent-historical-person-form/agent-historical-person-form.component.ts +++ b/frontend/src/app/data-entry/agent-form/agent-historical-person-form/agent-historical-person-form.component.ts @@ -7,7 +7,6 @@ import { DataEntryUpdateAgentMutation, } from "generated/graphql"; import { - combineLatest, debounceTime, filter, map,