UNPKG

create-automaticgpt-template

Version:

AutomaticGPT - A production-ready Expo template with AI chat, authentication, conversation management, analytics, and sharing features

5 lines (4 loc) 183 B
// Shared hooks used across multiple features export { useTheme } from './useTheme'; export { useSidebar } from './useSidebar'; export { useSplashManager } from './useSplashManager';