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