Skip to content

Commit

Permalink
feat: use @chakra-ui/react imports over specialised imports (#770)
Browse files Browse the repository at this point in the history
breaks some esm imports in the latest chakra version it seems
  • Loading branch information
karrui authored Oct 9, 2024
1 parent 46fa4ef commit 24495eb
Show file tree
Hide file tree
Showing 5 changed files with 170 additions and 162 deletions.
2 changes: 1 addition & 1 deletion react/.storybook/introduction/Principles/Principles.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Box, Heading, Text } from '@chakra-ui/layout'
import { Box, Heading, Text } from '@chakra-ui/react'

export const Principles = (): JSX.Element => {
return (
Expand Down
Loading

0 comments on commit 24495eb

Please sign in to comment.