amical/apps/www/app/github/page.tsx
2025-06-28 11:04:55 +05:30

5 lines
145 B
TypeScript

import { redirect } from "next/navigation";
export default async function CommunityPage() {
redirect("https://github.com/amicalhq/amical");
}