Skip to content

Commit

Permalink
fix: work around bundle size issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mwskwong committed Dec 17, 2024
1 parent 33aedb9 commit b88311e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import {
type ContainerProps,
Flex,
IconButton,
Popover,
} from '@radix-ui/themes';
import * as Popover from '@radix-ui/themes/dist/esm/components/popover.js'; // WORKAROUND: if importing compound components from @radix-ui/themes, it will not be tree-shaken
import {
IconBrandGithub,
IconBrandLinkedin,
Expand Down

0 comments on commit b88311e

Please sign in to comment.