import MarketingTable from '@/components/pages/marketing/MarketingTable'; const Marketing = () => { return (
); }; export default Marketing;