Skip to content

Commit

Permalink
OV-29: * use of icons of FontAwsome as suggested
Browse files Browse the repository at this point in the history
  • Loading branch information
lfelix3011 committed Aug 23, 2024
1 parent 5bbe156 commit 61fd859
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 81 deletions.
10 changes: 9 additions & 1 deletion frontend/src/bundles/common/components/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export { RouterProvider } from './router-provider/router-provider.js';
export { VideoModal } from './video-modal/video-modal.js';
export { DownloadIcon } from '@chakra-ui/icons';
export { ViewIcon, ViewOffIcon } from '@chakra-ui/icons';
export { createIcon } from '@chakra-ui/react';
export {
Box,
Center,
Expand All @@ -20,13 +19,22 @@ export {
FormControl,
FormErrorMessage,
Heading,
Icon,
IconButton,
InputGroup,
InputRightElement,
SimpleGrid,
Text,
VStack,
} from '@chakra-ui/react';
export {
faCircleUser,
faCloudArrowUp,
faFont,
faT,
faTableColumns,
} from '@fortawesome/free-solid-svg-icons';
export { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
export { FormikProvider as FormProvider } from 'formik';
export { Provider as StoreProvider } from 'react-redux';
export { Outlet as RouterOutlet } from 'react-router-dom';
80 changes: 0 additions & 80 deletions frontend/src/bundles/common/components/icons/icons.tsx

This file was deleted.

0 comments on commit 61fd859

Please sign in to comment.