Skip to content

Commit

Permalink
fix import for eslint to stop whining
Browse files Browse the repository at this point in the history
  • Loading branch information
13bfrancis committed Dec 10, 2024
1 parent c661f6e commit e95f24a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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();
Expand Down

0 comments on commit e95f24a

Please sign in to comment.