Skip to content

Commit

Permalink
OV-13: + export icon component
Browse files Browse the repository at this point in the history
  • Loading branch information
JKaypa committed Aug 22, 2024
1 parent 7057630 commit ca68a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/bundles/common/components/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export { SideBar } from './side-bar/side-bar.js';
export { VideoModal } from './video-modal/video-modal.js';
export { DownloadIcon } from '@chakra-ui/icons';
export { ViewIcon, ViewOffIcon } from '@chakra-ui/icons';
export { Icon } from '@chakra-ui/react';
export {
Box,
Center,
Expand All @@ -20,6 +19,7 @@ export {
FormControl,
FormErrorMessage,
Heading,
Icon,
IconButton,
InputGroup,
InputRightElement,
Expand Down

0 comments on commit ca68a7c

Please sign in to comment.