diff --git a/src/state/queries/usePostThread/index.tsx b/src/state/queries/usePostThread/index.tsx index bf3bb31581..e00250f740 100644 --- a/src/state/queries/usePostThread/index.tsx +++ b/src/state/queries/usePostThread/index.tsx @@ -11,6 +11,7 @@ import { TREE_VIEW_BELOW_DESKTOP, TREE_VIEW_BF, } from '#/state/queries/usePostThread/const' +import {type PostThreadContextType} from '#/state/queries/usePostThread/context' import { createCacheMutator, getThreadPlaceholder,