diff --git a/src/shared/components/post/post-form.tsx b/src/shared/components/post/post-form.tsx index ae69a98c..9174000f 100644 --- a/src/shared/components/post/post-form.tsx +++ b/src/shared/components/post/post-form.tsx @@ -18,9 +18,9 @@ import { i18n } from "../../i18next"; import { PostFormParams } from "../../interfaces"; import { UserService, WebSocketService } from "../../services"; import { + Choice, archiveTodayUrl, capitalizeFirstLetter, - Choice, communityToChoice, debounce, fetchCommunities,