From a03946373e65b9851d572947ab55c9361507bebe Mon Sep 17 00:00:00 2001 From: nick-funk Date: Fri, 25 Aug 2023 10:12:14 -0600 Subject: [PATCH] alphabet sort the icons exports --- src/core/client/ui/components/icons/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/client/ui/components/icons/index.ts b/src/core/client/ui/components/icons/index.ts index 849616f78e..55e68dbeff 100644 --- a/src/core/client/ui/components/icons/index.ts +++ b/src/core/client/ui/components/icons/index.ts @@ -38,6 +38,7 @@ export { default as FlagWarningIcon } from "./FlagWarningIcon"; export { default as HyperlinkIcon } from "./HyperlinkIcon"; export { default as ImageFileAddIcon } from "./ImageFileAddIcon"; export { default as ImageFileLandscapeIcon } from "./ImageFileLandscapeIcon"; +export { default as ImageFileWarningIcon } from "./ImageFileWarningIcon"; export { default as InformationCircleIcon } from "./InformationCircleIcon"; export { default as LabFlaskExperimentIcon } from "./LabFlaskExperimentIcon"; export { default as LikeIcon } from "./LikeIcon"; @@ -77,4 +78,3 @@ export { default as TradingConversationIcon } from "./TradingConversationIcon"; export { default as VideoPlayerIcon } from "./VideoPlayerIcon"; export { default as ViewIcon } from "./ViewIcon"; export { default as ViewOffIcon } from "./ViewOffIcon"; -export { default as ImageFileWarningIcon } from "./ImageFileWarningIcon";