Files
super-app/App/Container/Navi-Insurance/index.ts
Kshitij Pramod Ghongadi f95cdfe35d NTP-15148 | GI | Self Serve Plan Migration Flow (#14226)
Co-authored-by: Prajjaval Verma <prajjaval.verma@navi.com>
Co-authored-by: Balrambhai Sharma <sharma.balrambhai@navi.com>
2024-12-24 11:00:57 +00:00

11 lines
1.0 KiB
TypeScript

export { default as QuoteOfferScreen } from "./screen/quote-offer-screen/QuoteOfferScreen";
export { default as QuoteApologyScreen } from "./screen/quote-apology-screen/QuoteApologyScreen";
export { default as ComparePlanScreen } from "./screen/compare-plan-screen/ComparePlanScreen";
export { default as MarketBenefitCompareScreen } from "./screen/market-benefit-compare-screen/MarketBenefitCompareScreen";
export { default as WaitingPeriodScreen } from "./screen/waiting-period-screen/WaitingPeriodScreen";
export { default as GenericShimmerScreen } from "./screen/generic-shimmer-screen/GenericShimmerScreen";
export { default as GenericErrorScreen } from "./screen/generic-error-screen/GenericErrorScreen";
export { default as BenefitScreen } from "./screen/benefit-screen/BenefitScreen";
export { default as MigrationBenefitScreen } from "./screen/migration-benefit-screen/MigrationBenefitScreen";
export { default as RenewalPlanMigrationScreen } from "./screen/renewal-plan-migration-screen/RenewalPlanMigrationScreen";