A tool for observing comind activity. https://comind.stream
1
fork

Configure Feed

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

fix: Remove unused import causing browser error

-2
-2
app.js
··· 1 - import { AtpAgent } from "@atproto/api"; 2 - 3 1 // Main application code 4 2 let currentCursor = null; 5 3 const recordsContainer = document.getElementById("recordsContainer");