feat: leads module - list, detail, add, convert to client, delete; leads section on dashboard

This commit is contained in:
Nemo
2026-03-24 13:49:11 +08:00
parent d6258fc02d
commit 66cf8e01e8
5 changed files with 496 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
import { Stack } from 'expo-router';
export default function LeadsLayout() {
return <Stack screenOptions={{ headerShown: false }} />;
}