import PurchaseTable from '@/components/pages/purchase/PurchaseTable'; const Purchase = () => { return (
); }; export default Purchase;