import React from "react"; import { HomeLayout } from "../layouts"; import { TsAndCs } from "../components"; const TermsAndConditionPage: React.FC = () => { return ( ); }; export default TermsAndConditionPage;