import React from 'react'; import PrivacyComp from "@/components/Legal/PrivacyComp"; const PrivacyPage = () => { return (
); }; export default PrivacyPage;