feat: leads module - list, detail, add, convert to client, delete; leads section on dashboard
This commit is contained in:
5
app/(app)/leads/_layout.tsx
Normal file
5
app/(app)/leads/_layout.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Stack } from 'expo-router';
|
||||
|
||||
export default function LeadsLayout() {
|
||||
return <Stack screenOptions={{ headerShown: false }} />;
|
||||
}
|
||||
Reference in New Issue
Block a user