Files
kovakemlak-crm/src/components/theme-customizer.tsx
T
egecankomur 37679e83e6 init: kovakemlak-crm project scaffold
- 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ı
2026-05-05 04:37:04 +03:00

4 lines
155 B
TypeScript

"use client"
// Re-export the main components from the modular structure
export { ThemeCustomizer, ThemeCustomizerTrigger } from './theme-customizer/main'