37679e83e6
- Next.js 16 + Appwrite multi-tenant emlak CRM - Database: kovakemlak-db (properties, customers, customer_searches, property_matches, presentations, investors, activities, tenant_settings) - Same stack as isletmem-kovakcrm (shadcn/ui template base) - Modules: portföy, müşteri takibi, arama kriterleri, otomatik eşleştirme, sunum linki, yatırımcı portalı
4 lines
155 B
TypeScript
4 lines
155 B
TypeScript
"use client"
|
|
// Re-export the main components from the modular structure
|
|
export { ThemeCustomizer, ThemeCustomizerTrigger } from './theme-customizer/main'
|