Atproto AMA app
0
fork

Configure Feed

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

at main 11 lines 260 B view raw
1import styles from "~/routes/[handle].module.css"; 2 3export function PageSkeleton() { 4 return ( 5 <div class={styles.page} aria-busy="true" aria-live="polite"> 6 <div class={styles.status}>Loading</div> 7 </div> 8 ); 9} 10 11export default PageSkeleton;