Remove the translation feature including: - Translation services (Smesh API and LibreTranslate) - TranslationServiceProvider and context - TranslateButton component - Translation settings page - useTranslatedEvent hook - Translation-related types and i18n strings 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
10 lines
316 B
TypeScript
10 lines
316 B
TypeScript
export * from './useFetchEvent'
|
|
export * from './useFetchFollowings'
|
|
export * from './useFetchNip05'
|
|
export * from './useFetchProfile'
|
|
export * from './useFetchRelayInfo'
|
|
export * from './useFetchRelayInfos'
|
|
export * from './useFetchRelayList'
|
|
export * from './useInfiniteScroll'
|
|
export * from './useSearchProfiles'
|