import React from "react"; import { Flex } from "@mantine/core"; import MarketplacesHeader from "@/app/clients/drawers/ClientMarketplacesDrawer/components/MarketplacesHeader"; import MarketplacesTable from "@/app/clients/drawers/ClientMarketplacesDrawer/components/MarketplacesTable"; const DrawerBody = () => { return ( ); }; export default DrawerBody;