Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
fix: export cta
Browse files Browse the repository at this point in the history
  • Loading branch information
meenakshi-deriv committed Feb 19, 2024
1 parent f9f644e commit 210c2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/blocks/src/lib/cta/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export type CTABlockProps = {
className?: string;
variant?: 'content-left' | 'content-right';
};
const CTABlock = ({
export const CTABlock = ({
content,
children,
title,
Expand Down

0 comments on commit 210c2ae

Please sign in to comment.