tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
28
pulls
pipelines
remove unused import
awarm.space
7 months ago
9e41bdae
94075041
+1
-1
1 changed file
expand all
collapse all
unified
split
app
lish
[did]
[publication]
[rkey]
PostPage.tsx
+1
-1
app/lish/[did]/[publication]/[rkey]/PostPage.tsx
···
6
6
import { PostPageData } from "./getPostPageData";
7
7
import { ProfileViewDetailed } from "@atproto/api/dist/client/types/app/bsky/actor/defs";
8
8
import { getPublicationURL } from "app/lish/createPub/getPublicationURL";
9
9
-
import { Subscribe, SubscribeWithBluesky } from "app/lish/Subscribe";
9
9
+
import { Subscribe } from "app/lish/Subscribe";
10
10
import { EditTiny } from "components/Icons/EditTiny";
11
11
import { Interactions, useInteractionState } from "./Interactions/Interactions";
12
12
import { PostContent } from "./PostContent";