2025-04-29 20:40:00 +03:00

5 lines
119 B
TypeScript

import { CharityPage } from "@/pages-templates/charity"
export default function Charity() {
return <CharityPage />
}