From 0a1a985de6e9a53896d2ba17e26d042009b3e1b4 Mon Sep 17 00:00:00 2001 From: rohan09-raj Date: Thu, 18 Aug 2022 16:12:35 +0530 Subject: Condtional update handling --- client/src/routes/index.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/src/routes/index.js') diff --git a/client/src/routes/index.js b/client/src/routes/index.js index 41beeca..6bc2342 100644 --- a/client/src/routes/index.js +++ b/client/src/routes/index.js @@ -9,6 +9,7 @@ import UpdateSelect from '../pages/Update/UpdateSelect/UpdateSelect' import Biometric from '../pages/Update/Biometric/Biometric' import Agreement from '../pages/Update/Agreement/Agreement' import FinalSlip from '../pages/Update/FinalSlip/FinalSlip' +import Otp from '../pages/Update/Otp/Otp' const Index = () => { return ( @@ -19,6 +20,7 @@ const Index = () => { } /> + } /> } /> } /> } /> -- cgit