diff --git a/webapp/channels/src/components/post_edit_history/edited_post_item/edited_post_item.tsx b/webapp/channels/src/components/post_edit_history/edited_post_item/edited_post_item.tsx index a15cdc065f..99f2fded63 100644 --- a/webapp/channels/src/components/post_edit_history/edited_post_item/edited_post_item.tsx +++ b/webapp/channels/src/components/post_edit_history/edited_post_item/edited_post_item.tsx @@ -29,7 +29,7 @@ import InfoToast from 'components/info_toast/info_toast'; import RestorePostModal from '../restore_post_modal'; -import {PropsFromRedux} from '.'; +import type {PropsFromRedux} from './index'; const DATE_RANGES = [ RelativeRanges.TODAY_TITLE_CASE, diff --git a/webapp/channels/src/components/post_edit_history/post_edit_history.tsx b/webapp/channels/src/components/post_edit_history/post_edit_history.tsx index 653572ec70..8e24926b3f 100644 --- a/webapp/channels/src/components/post_edit_history/post_edit_history.tsx +++ b/webapp/channels/src/components/post_edit_history/post_edit_history.tsx @@ -11,7 +11,7 @@ import LoadingScreen from 'components/loading_screen'; import EditedPostItem from './edited_post_item'; -import {PropsFromRedux} from '.'; +import type {PropsFromRedux} from './index'; const renderView = (props: Record): JSX.Element => (