Skip to content

Commit

Permalink
fix: add missing exports
Browse files Browse the repository at this point in the history
  • Loading branch information
giubatt committed Jul 9, 2021
1 parent 8a22ee8 commit 7dd00c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ export { default as EditableField } from "./EditableField/EditableField"
export type {
EditableFieldTextProps,
EditableFieldGroupProps,
EditableFieldAutocompleteProps,
EditableFieldSelectProps,
} from "./EditableField/EditableField"

export { default as FloatingCard } from "./FloatingCard/FloatingCard"
Expand Down

0 comments on commit 7dd00c8

Please sign in to comment.