merca y ch

This commit is contained in:
Marcelo
2026-03-31 13:21:48 +00:00
commit 773bfab393
326 changed files with 52705 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
import { redirect } from "next/navigation";
export default function AdminDepartmentPage() {
redirect("/financial-flow");
}