Skip to content

Commit

Permalink
Add NoWrapTypography back into exports
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemojo committed Feb 3, 2025
1 parent b45e5bb commit b63570b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,10 @@ export {
useColorMap,
type UserAvatarProps
} from "./UserAvatar";
export {
default as NoWrapTypography,
type NoWrapTypographyProps
} from "./NoWrapTypography";
export {
default as ModelButtonImage,
type ModelButtonImageProps
Expand Down

0 comments on commit b63570b

Please sign in to comment.