Select the types of activity you want to include in your feed.
1export function Provider({children}: {children: React.ReactNode}) { 2 return children 3} 4 5export function useHotkeysContext() { 6 return { 7 enableScope: () => {}, 8 disableScope: () => {}, 9 } 10}