Skip to content

Commit a18fa30

Browse files
committed
Fixed errors
1 parent 7f802d3 commit a18fa30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/main-page/grants/filter-bar/processGrantData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { useEffect, useState } from "react";
1+
import { useEffect } from "react";
22
import { getAppStore } from "../../../external/bcanSatchel/store";
33
import { fetchAllGrants } from "../../../external/bcanSatchel/actions";
44
import { Grant } from "../../../../../middle-layer/types/Grant";

0 commit comments

Comments
 (0)