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
+1 -1
View File
@@ -2,7 +2,7 @@ import React from "react";
import { HomeLayout } from "../layouts";
import { TsAndCs } from "../components";
const TermsAndConditionPage = () => {
const TermsAndConditionPage: React.FC = () => {
return (
<HomeLayout>
<TsAndCs />