Skip to content

Commit 1b62f19

Browse files
Potential fix for pull request finding 'Unused variable, import, function or class'
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent 1bab862 commit 1b62f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/components/code-graph.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Dispatch, SetStateAction, useEffect, useRef, useState } from "react";
22
import { Graph, GraphData, Node, Link } from "./model";
33
import { Toolbar } from "./toolbar";
44
import { Labels } from "./labels";
5-
import { Download, GitFork, Loader2, Search, X } from "lucide-react";
5+
import { GitFork, Loader2, Search, X } from "lucide-react";
66
import { Button } from "@/components/ui/button";
77
import ElementMenu from "./elementMenu";
88
import Combobox from "./combobox";

0 commit comments

Comments
 (0)