start new:
tmux
start new with session name:
tmux new -s myname
import { QuartzComponentConstructor, QuartzComponentProps } from "./types" | |
import { AppBskyFeedDefs, AppBskyFeedPost } from "@atproto/api" | |
// @ts-ignore | |
import script from "./scripts/comments.inline" | |
import styles from "./styles/comments.scss" | |
interface Options { | |
uri?: string | |
} |
"use client"; | |
/* eslint-disable @next/next/no-img-element */ | |
import Link from "next/link"; | |
import { useState, useEffect } from 'react'; | |
import { | |
AppBskyFeedDefs, | |
AppBskyFeedPost, | |
type AppBskyFeedGetPostThread, | |
} from "@atproto/api"; |