diff --git a/frontend/src/bundles/auth/components/common/password-input/password-input.tsx b/frontend/src/bundles/auth/components/common/password-input/password-input.tsx index 2fd9ead15..74ffcf527 100644 --- a/frontend/src/bundles/auth/components/common/password-input/password-input.tsx +++ b/frontend/src/bundles/auth/components/common/password-input/password-input.tsx @@ -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'; diff --git a/frontend/src/bundles/common/icons/icons.ts b/frontend/src/bundles/common/icons/icons.ts index 216e49d57..6d5ebf174 100644 --- a/frontend/src/bundles/common/icons/icons.ts +++ b/frontend/src/bundles/common/icons/icons.ts @@ -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, diff --git a/frontend/src/bundles/video-editor/pages/video-editor.tsx b/frontend/src/bundles/video-editor/pages/video-editor.tsx index f5211e854..0f5faff9e 100644 --- a/frontend/src/bundles/video-editor/pages/video-editor.tsx +++ b/frontend/src/bundles/video-editor/pages/video-editor.tsx @@ -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,