6 lines
185 B
TypeScript
6 lines
185 B
TypeScript
import { VolunteerCommunityContent } from "@/components/volunteer-community-content";
|
|
|
|
export default function AboutVolunteerCommunityPage() {
|
|
return <VolunteerCommunityContent />;
|
|
}
|