Skip to content

Commit

Permalink
Fixes Island component
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorArthur committed Nov 7, 2024
1 parent 3d9721b commit e28c076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/priceCalculator.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import PriceCalculatorIsland from "site/islands/PriceCalculatorIsland.tsx";

export default function Section() {
return <PriceCalculatorIsland />;
return <PriceCalculatorIsland/>;
}

0 comments on commit e28c076

Please sign in to comment.