pushing all files
This commit is contained in:
11
src/app/(frontend)/team-three/page.jsx
Normal file
11
src/app/(frontend)/team-three/page.jsx
Normal file
@ -0,0 +1,11 @@
|
||||
import TeamPageThree from "@/src/components/pages/teams/team-3";
|
||||
|
||||
const TeamPage = () => {
|
||||
return (
|
||||
<div>
|
||||
<TeamPageThree />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default TeamPage;
|
||||
Reference in New Issue
Block a user