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