Skip to content

Commit d388b42

Browse files
committed
refactor(stablecoins): migrate stablecoins page to tailwind/shadcn
1 parent eef455a commit d388b42

File tree

3 files changed

+278
-395
lines changed

3 files changed

+278
-395
lines changed

src/components/ui/flex.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ const VStack = forwardRef<FlexElement, StackProps>(
108108

109109
VStack.displayName = "VStack"
110110

111-
export { Center, Flex, HStack, Stack, VStack }
111+
export { Center, Flex, type FlexProps, HStack, Stack, VStack }

0 commit comments

Comments
 (0)