atproto explorer
0
fork

Configure Feed

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

at main 4 lines 161 B view raw
1import { createSignal } from "solid-js"; 2 3export const editorInstance = { view: null as any }; 4export const [placeholder, setPlaceholder] = createSignal<any>();