"use client"; import PageTitle from "@/core/components/PageTitle"; import { Stack } from "@mui/material"; import AzmayeshList from "./AzmayeshList"; const AzmayeshPage = () => { return ( ); }; export default AzmayeshPage;