added pages for top header nav links
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import React from "react";
|
||||
import { HomeLayout } from "../layouts";
|
||||
|
||||
const BusinessBankingPage: React.FC = () => {
|
||||
return <HomeLayout>Business Banking</HomeLayout>;
|
||||
};
|
||||
|
||||
export default BusinessBankingPage;
|
||||
Reference in New Issue
Block a user