Added layout to lets get started bvn

This commit is contained in:
Ebube
2024-03-19 09:04:49 +01:00
parent 2a59165054
commit 79f5af7692
13 changed files with 107 additions and 11 deletions
+3 -1
View File
@@ -10,6 +10,7 @@ import TermsAndConditionPage from "./TermsAndConditionPage";
import PersonalBankingPage from "./PersonalBankingPage";
import BusinessBankingPage from "./BusinessBankingPage";
import CooperateBankingPage from "./CooperateBankingPage";
import LetsGetStatedPage from "./LetsGetStatedPage";
export {
HomePage,
@@ -23,5 +24,6 @@ export {
TermsAndConditionPage,
PersonalBankingPage,
BusinessBankingPage,
CooperateBankingPage
CooperateBankingPage,
LetsGetStatedPage
};