2f17c342ca
- schema.ts tamamen yeniden yazıldı (properties, customers, customer_searches, property_matches, presentations, investors, activities, tenant_settings) - Sidebar emlak modüllerine güncellendi (İlanlar, Müşteriler, Yatırımcılar, Sunumlar, Aktiviteler) - Eski CRM lib dosyaları temizlendi (finance, invoice, lead, task, software, vs.) - Yeni modül dizinleri oluşturuldu (stub pages) - command-search emlak navigasyonuna güncellendi - site-header temizlendi - Typecheck: 0 hata (chart.tsx template hariç)
9 lines
242 B
TypeScript
9 lines
242 B
TypeScript
export default function CustomersPage() {
|
||
return (
|
||
<div className="flex flex-1 flex-col gap-4 p-4">
|
||
<h1 className="text-2xl font-bold">Müşteriler</h1>
|
||
<p className="text-muted-foreground">Yakında...</p>
|
||
</div>
|
||
);
|
||
}
|