Bankbot / frontend /src /app /documents /page.tsx
mohsin-devs's picture
feat: remove Documents nav + add in-app Documentation page + BANKBOT_DOCUMENTATION.txt
88fa3b1
Raw
History Blame Contribute Delete
188 Bytes
import { redirect } from "next/navigation";
// Documents section removed — AI file analysis is now in the Chat page
export default function DocumentsRedirect() {
redirect("/chat");
}