Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Apr 25, 2024
1 parent 7c8d80b commit a659ac9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { RefObject, useEffect, useReducer } from "react";
import { useEffect, useReducer } from "react";
import { Link, useNavigate, useParams } from "react-router-dom";
import ReactTooltip from "react-tooltip";
import DashboardGitOpsCard from "./DashboardGitOpsCard";
Expand Down

0 comments on commit a659ac9

Please sign in to comment.