···22import { loadTrailDetail, loadCurrentUser } from "@/data/queries";
33import { TrailView } from "./TrailView";
4455+// Work around "Could not find the module "..." in the React Client Manifest."
66+// They're used by embeds but seems like these are being incorrectly treeshaken somewhere.
77+export { BlueskyPostEmbed } from "./embeds/BlueskyPostEmbed";
88+export { LinkPreview } from "./LinkPreview";
99+510type Props = {
611 params: Promise<{
712 handle: string;