import MazadClient from "@/(pages)/add-mazad/mazad-client";
export default async function MazadPage() {
  return <MazadClient />;
}
