UNPKG

@oxyhq/services

Version:

Reusable OxyHQ module to handle authentication, user management, karma system, device-based session management and more 🚀

18 lines (16 loc) • 787 B
"use strict"; // Re-export all reusable UI components export { default as ProfileCard } from './ProfileCard'; export { default as Section } from './Section'; export { default as SectionTitle } from './SectionTitle'; export { default as GroupedItem } from './GroupedItem'; export { default as GroupedSection } from './GroupedSection'; export { default as QuickActions } from './QuickActions'; // Re-export existing components export { default as Avatar } from './Avatar'; export { default as FollowButton } from './FollowButton'; export { FontLoader, setupFonts } from './FontLoader'; export { default as OxyLogo } from './OxyLogo'; export { default as OxyProvider } from './OxyProvider'; export { default as OxySignInButton } from './OxySignInButton'; //# sourceMappingURL=index.js.map