Files
Maryam-s-work/src/app/(frontend)/team-two/page.jsx
2025-08-30 11:03:32 +03:00

11 lines
200 B
JavaScript

import TeamPageTwo from "@/src/components/pages/teams/team-2";
const TeamPage = () => {
return (
<>
<TeamPageTwo />
</>
);
};
export default TeamPage;