/**
 * Re-exports all stack navigators for clean imports.
 */

export { default as ClientsStack } from './stacks/ClientsStack';
export { default as ShowingsStack } from './stacks/ShowingsStack';
export { default as DealsStack } from './stacks/DealsStack';
export { default as MoreStack } from './stacks/MoreStack';

export type { ClientsStackParamList } from './stacks/ClientsStack';
export type { ShowingsStackParamList } from './stacks/ShowingsStack';
export type { DealsStackParamList } from './stacks/DealsStack';
export type { MoreStackParamList } from './stacks/MoreStack';
