Skip to content

Commit

Permalink
resolve build
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansantosmz committed Mar 6, 2025
1 parent c640695 commit 4e2a1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamshop/sections/Carousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Section, {
Props as SectionHeaderProps,
} from "../components/ui/StreamshopSection.tsx";
import { type LoadingFallbackProps } from "@deco/deco";
import { useDevice, useScript } from "@deco/deco/hooks";
import { useDevice } from "@deco/deco/hooks";

interface StyleDesktop {
/**
Expand Down

0 comments on commit 4e2a1d4

Please sign in to comment.