Skip to content

Commit

Permalink
OV-13: + export components
Browse files Browse the repository at this point in the history
  • Loading branch information
JKaypa committed Aug 22, 2024
1 parent bd262ca commit 7057630
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/bundles/common/components/components.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
export { Button } from './button/button.js';
export { Header } from './header/header.js';
export { IconMap } from './icon/icon.js';
export { Input } from './input/input.js';
export { Link } from './link/link.js';
export { Loader } from './loader/loader.js';
export { Overlay } from './overlay/overlay.js';
export { RouterProvider } from './router-provider/router-provider.js';
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 @@ -21,6 +24,7 @@ export {
InputGroup,
InputRightElement,
SimpleGrid,
Spacer,
Text,
VStack,
} from '@chakra-ui/react';
Expand Down

0 comments on commit 7057630

Please sign in to comment.