diff --git a/src/app/communityuniversity/page.tsx b/src/app/communityuniversity/page.tsx index 07117db..e2b712a 100644 --- a/src/app/communityuniversity/page.tsx +++ b/src/app/communityuniversity/page.tsx @@ -1,3 +1,4 @@ +import Footer from '@/components/Footer/Footer' import CommunityProfilePost from '@/components/communityProfile/CommunityProfilePost' import GroupInfo from '@/components/communityUniversity/GroupInfo' import GroupSideBsr from '@/components/communityUniversity/GroupSideBsr' @@ -29,6 +30,7 @@ const page = () => { +