mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 15:25:46 +00:00
Merge branch 'development' of gitlab.com:mbugroup/lti-web-client into feat/FE/US-352/daily-kandang-hpp-report
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
import SaleReportTabs from '@/components/pages/report/sale/SaleReportTabs';
|
||||
import MarketingReportContent from '@/components/pages/report/MarketingReportContent';
|
||||
|
||||
const SaleReport = () => {
|
||||
return <SaleReportTabs />;
|
||||
const MarketingReportPage = () => {
|
||||
return (
|
||||
<section className='w-full p-4'>
|
||||
<MarketingReportContent />
|
||||
</section>
|
||||
);
|
||||
};
|
||||
|
||||
export default SaleReport;
|
||||
export default MarketingReportPage;
|
||||
|
||||
Reference in New Issue
Block a user