Skip to content

Commit

Permalink
Add missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
vbabich committed Mar 20, 2024
1 parent 555b609 commit 771f987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/ValidateLabelInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export interface ValidateLabelInputProps {
/**
* Takes a child and adds a label and validation error
*/
function ValidateLabelInput(
export function ValidateLabelInput(
props: ValidateLabelInputProps
): React.ReactElement {
const {
Expand Down

0 comments on commit 771f987

Please sign in to comment.