Files
commonground-impact-shadcn/src/app/volunteer/page.tsx
2026-05-08 22:43:23 +03:00

6 lines
119 B
TypeScript

import { VolunteerPage } from "@/widgets/template-ui";
export default function Page() {
return <VolunteerPage />;
}