tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
291
fork
atom
a tool for shared writing and social publishing
291
fork
atom
overview
issues
28
pulls
pipelines
add missing import
awarm.space
6 months ago
58d84a2a
41a7783e
+1
1 changed file
expand all
collapse all
unified
split
app
lish
[did]
[publication]
[rkey]
Interactions
Comments
CommentBox.tsx
+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
38
+
import { betterIsUrl } from "src/utils/isURL";
38
39
39
40
export function CommentBox(props: {
40
41
doc_uri: string;