diff --git a/client/app/components/post-input.tsx b/client/app/components/post-input.tsx index 94e95b6..fd2534a 100644 --- a/client/app/components/post-input.tsx +++ b/client/app/components/post-input.tsx @@ -19,6 +19,7 @@ import { stringifySelections, } from "./tag-input"; import { TagSelect } from "./tag-select"; +import { Textarea } from "./textarea"; interface Props { level?: number; @@ -167,11 +168,8 @@ function PostInput({ disabled, level = 0, parent, dataExtra }: Props) { )} -