a tool for shared writing and social publishing

add missing import

+1
+1
app/lish/[did]/[publication]/[rkey]/Interactions/Comments/CommentBox.tsx
··· 35 35 import { create } from "zustand"; 36 36 import { CloseTiny } from "components/Icons/CloseTiny"; 37 37 import { CloseFillTiny } from "components/Icons/CloseFillTiny"; 38 + import { betterIsUrl } from "src/utils/isURL"; 38 39 39 40 export function CommentBox(props: { 40 41 doc_uri: string;