Skip to content

Commit

Permalink
!fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
jagnani73 committed May 14, 2024
1 parent efd81c9 commit 79a3334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Molecules/SearchBar/SearchBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { AddressActivityView } from "@/components/Organisms";
import { TransactionReceipt } from "../";
import { ChainSelector } from "../ChainSelector/ChainSelector";
import { useGoldRush } from "@/utils/store";
import { BlockDetails } from "../BlockDetails/BlockDetails";
import { BlockDetails } from "../Block/BlockDetails/BlockDetails";
import { type Chain } from "@covalenthq/client-sdk";
import { type SEARCH_RESULTS_TYPE } from "@/utils/constants/shared.constants";
import { Button } from "@/components/ui/button";
Expand Down

0 comments on commit 79a3334

Please sign in to comment.