Bluesky app fork with some witchin' additions 馃挮
0
fork

Configure Feed

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

at main 10 lines 199 B view raw
1export function Provider({children}: {children: React.ReactNode}) { 2 return children 3} 4 5export function useHotkeysContext() { 6 return { 7 enableScope: () => {}, 8 disableScope: () => {}, 9 } 10}