added pages for top header nav links

This commit is contained in:
Ebube
2024-03-18 17:42:36 +01:00
parent df6fe828e3
commit dde4072593
9 changed files with 73 additions and 14 deletions
+8
View File
@@ -0,0 +1,8 @@
import React from "react";
import { HomeLayout } from "../layouts";
const BusinessBankingPage: React.FC = () => {
return <HomeLayout>Business Banking</HomeLayout>;
};
export default BusinessBankingPage;