feat: add references and volunteer community sections with detailed content
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { ReferencesDetailContent } from "@/components/references-detail-content";
|
||||
|
||||
export default function AboutReferencesPage() {
|
||||
return <ReferencesDetailContent />;
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
import { VolunteerCommunityContent } from "@/components/volunteer-community-content";
|
||||
|
||||
export default function AboutVolunteerCommunityPage() {
|
||||
return <VolunteerCommunityContent />;
|
||||
}
|
||||
Reference in New Issue
Block a user