Skip to content

Commit 7d35602

Browse files
authored
Merge pull request #14639 from Baystef/migrate/stablecoins
Migrate stablecoins page to Tailwind/Shadcn
2 parents 6c027af + cd1691b commit 7d35602

File tree

3 files changed

+280
-399
lines changed

3 files changed

+280
-399
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)