From e95f24aaa50da06b3885d8f7cb7a8bb6d93def22 Mon Sep 17 00:00:00 2001 From: 13bfrancis <40218571+13bfrancis@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:08:07 -0500 Subject: [PATCH] fix import for eslint to stop whining --- .../src/features/forms/post-submission/respond-to-rai/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/react-app/src/features/forms/post-submission/respond-to-rai/index.tsx b/react-app/src/features/forms/post-submission/respond-to-rai/index.tsx index 2b609071d1..b84e2303f3 100644 --- a/react-app/src/features/forms/post-submission/respond-to-rai/index.tsx +++ b/react-app/src/features/forms/post-submission/respond-to-rai/index.tsx @@ -1,7 +1,6 @@ import { ActionForm, PackageSection } from "@/components"; import { formSchemas } from "@/formSchemas"; import { useParams } from "react-router-dom"; -import { SEATOOL_STATUS } from "shared-types"; export const RespondToRaiMedicaid = () => { const { authority, id } = useParams();