Skip to content

Commit

Permalink
refactor: remove unused import from FacilityEmissionAllocationPage test
Browse files Browse the repository at this point in the history
  • Loading branch information
acatchpole committed Dec 31, 2024
1 parent edbb9d4 commit 5c0d345
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { render, screen, waitFor } from "@testing-library/react";
import FacilityEmissionAllocationPage from "@reporting/src/app/components/facility/FacilityEmissionAllocationPage";
import FacilityEmissionAllocationForm from "@reporting/src/app/components/facility/FacilityEmissionAllocationForm";
import { getOrderedActivities } from "@reporting/src/app/utils/getOrderedActivities";
import { getEmissionAllocations } from "@reporting/src/app/utils/getEmissionAllocations";

Expand Down

0 comments on commit 5c0d345

Please sign in to comment.