Skip to content

Commit

Permalink
refactor: To remove exported types
Browse files Browse the repository at this point in the history
  • Loading branch information
yaswanth-deriv committed Jan 31, 2024
1 parent 912cee8 commit 61e32b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/components/Text/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ export const Text = ({
const Tag = as;

return <Tag className={textClassNames}>{children}</Tag>;

};

0 comments on commit 61e32b7

Please sign in to comment.