@oxyhq/services
Version:
Reusable OxyHQ module to handle authentication, user management, karma system, device-based session management and more 🚀
19 lines (17 loc) • 835 B
JavaScript
;
// 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';
export { default as Header } from './Header';
// 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 OxySignInButton } from './OxySignInButton';
export { default as OxyPayButton } from './OxyPayButton';
//# sourceMappingURL=index.js.map