Skip to content

Commit

Permalink
hotfix: removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Mautjee committed Nov 7, 2024
1 parent 5e9f087 commit 14bb84c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
import { type Tab } from "./constants";
import {
Tooltip,
TooltipContent,
TooltipProvider,
TooltipTrigger,
} from "~/components/ui/tooltip";
import {
Button,
Select,
Expand Down
6 changes: 0 additions & 6 deletions services/explorer-ui/src/pages/tx-effect-details/tabs.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
import { TxEffectDataType } from "./utils";
import { Tab, tabId } from "./constants";
import {
Tooltip,
TooltipContent,
TooltipProvider,
TooltipTrigger,
} from "~/components/ui/tooltip";
import {
Button,
Select,
Expand Down

0 comments on commit 14bb84c

Please sign in to comment.