Live video on the AT Protocol
79
fork

Configure Feed

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

at eli/dont-panic 5 lines 147 B view raw
1import { notActiveWallet, WalletStuff } from "./useWallet.shared"; 2 3export default function useWallet(): WalletStuff { 4 return notActiveWallet; 5}