refactor(FE): Refactor marketing report components and add HPP filter

This commit is contained in:
rstubryan
2026-02-12 11:16:26 +07:00
parent 6d2855d117
commit 43d26b4833
5 changed files with 658 additions and 403 deletions
+1 -5
View File
@@ -1,11 +1,7 @@
import MarketingReportContent from '@/components/pages/report/marketing/MarketingReportContent';
const MarketingReportPage = () => {
return (
<section className='w-full p-4'>
<MarketingReportContent />
</section>
);
return <MarketingReportContent />;
};
export default MarketingReportPage;