import React from 'react' import TermsSection from "@/features/profile/ui/terms-section"; const Page = () => { return ( ) } export default Page