Skip to content

Commit

Permalink
removed unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodriguespn committed Jan 16, 2024
1 parent 18239b1 commit 75d832e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Graph/Hotbar/Hotbar.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { RectangleGroupIcon, ShareIcon } from "@heroicons/react/24/solid";
import { FC, useContext, useState } from "react";
import { RectangleGroupIcon, ShareIcon, CheckCircleIcon } from "@heroicons/react/24/solid";

import { GraphContext } from "../Graph";
import { Transition } from "@headlessui/react";
import { GraphContext } from "../Graph";

interface HotbarButton {
onClick?: () => void;
Expand Down

0 comments on commit 75d832e

Please sign in to comment.