Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
albertfolch-redeemeum committed Nov 29, 2023
1 parent 3f4c292 commit f652c7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { Offer } from "../../../../types/offer";
import { VariantV1 } from "../../../../types/variants";
import { OfferVariantView, OfferVariantViewProps } from "./OfferVariantView";
import NonModal, { NonModalProps } from "../../nonModal/NonModal";
import Typography from "../../../ui/Typography";
import { BosonFooter } from "../common/BosonFooter";
import { useConfigContext } from "../../../config/ConfigContext";
import { PurchaseOverviewView } from "../common/StepsOverview/PurchaseOverviewView";
Expand Down
2 changes: 1 addition & 1 deletion packages/react-kit/src/hooks/core-sdk/types.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { CoreSDK } from "@bosonprotocol/react-kit";
import { CoreSDK } from "@bosonprotocol/core-sdk";

export type ExtendedCoreSDK = CoreSDK & { uuid: string };

0 comments on commit f652c7f

Please sign in to comment.