refactor(FE): Rename components for clarity

This commit is contained in:
rstubryan
2026-02-12 13:19:16 +07:00
parent 4b6a8b2773
commit 325fb373a8
4 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import MarketingReportContent from '@/components/pages/report/marketing/MarketingReportContent';
import MarketingReportContent from '@/components/pages/report/marketing/MarketingTabs';
const MarketingReportPage = () => {
return <MarketingReportContent />;