Skip to content

Commit

Permalink
OV-29: * use of prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
lfelix3011 committed Aug 23, 2024
1 parent 090e086 commit e9de78c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {
IconButton,
Input,
InputGroup,
InputRightElement
InputRightElement,
} from '~/bundles/common/components/components.js';
import { useCallback, useState } from '~/bundles/common/hooks/hooks.js';
import { ViewIcon, ViewOffIcon } from '~/bundles/common/icons/icons.js';
Expand Down
6 changes: 5 additions & 1 deletion frontend/src/bundles/common/icons/icons.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
export { DownloadIcon, ViewIcon, ViewOffIcon } from './chakra-icon/chakra-icon.js';
export {
DownloadIcon,
ViewIcon,
ViewOffIcon,
} from './chakra-icon/chakra-icon.js';
export {
faCircleUser,
faCloudArrowUp,
Expand Down
5 changes: 4 additions & 1 deletion frontend/src/bundles/video-editor/pages/video-editor.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
import { FontAwesomeIcon, Icon } from '~/bundles/common/components/components.js';
import {
FontAwesomeIcon,
Icon,
} from '~/bundles/common/components/components.js';
import { useCallback, useState } from '~/bundles/common/hooks/hooks.js';
import {
faCircleUser,
Expand Down

0 comments on commit e9de78c

Please sign in to comment.