···11---
22-import { client, docResolver } from "./atproto";
33-import {
44- is,
55- type Blob,
66- type LegacyBlob,
77- type ResourceUri,
88-} from "@atcute/lexicons";
22+import { docResolver } from "./atproto";
33+import { type Blob, type LegacyBlob } from "@atcute/lexicons";
94import { AppBskyFeedPost } from "@atcute/bluesky";
1010-import { throws, type Prettify } from "/utils";
115import BoxTlbr from "/assets/box-tlbr.png";
1212-import {
1313- type Author,
1414- understoodDid,
1515- type embed,
1616- type embedExternal,
1717- type embedImages,
1818- type embedRecord,
1919- type embedRecordWithMedia,
2020- type embedVideo,
2121-} from "./post-types";
66+import { type Author, understoodDid, type embed } from "./post-types";
227import {
238 images,
249 video,