import sections from '../data/purchasingSections.json'; import { SectionCards } from '../components/ui/SectionCards'; import { withAuth } from '../components/withAuth'; const Page = () => { return ( <>

Purchasing

); }; export const PurchasingPage = withAuth( Page );