Files
poyraz-portfolio/app/about/volunteer-community/page.tsx
T

6 lines
185 B
TypeScript

import { VolunteerCommunityContent } from "@/components/volunteer-community-content";
export default function AboutVolunteerCommunityPage() {
return <VolunteerCommunityContent />;
}