Personal Site
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Tidy up imports in Post

+3 -18
+3 -18
src/components/home/feeds/Post.astro
··· 1 1 --- 2 - import { client, docResolver } from "./atproto"; 3 - import { 4 - is, 5 - type Blob, 6 - type LegacyBlob, 7 - type ResourceUri, 8 - } from "@atcute/lexicons"; 2 + import { docResolver } from "./atproto"; 3 + import { type Blob, type LegacyBlob } from "@atcute/lexicons"; 9 4 import { AppBskyFeedPost } from "@atcute/bluesky"; 10 - import { throws, type Prettify } from "/utils"; 11 5 import BoxTlbr from "/assets/box-tlbr.png"; 12 - import { 13 - type Author, 14 - understoodDid, 15 - type embed, 16 - type embedExternal, 17 - type embedImages, 18 - type embedRecord, 19 - type embedRecordWithMedia, 20 - type embedVideo, 21 - } from "./post-types"; 6 + import { type Author, understoodDid, type embed } from "./post-types"; 22 7 import { 23 8 images, 24 9 video,