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