| 1 | import { createFileRoute, redirect } from "@tanstack/react-router"; |
| 2 | |
| 3 | // Cloud keeps credential storage as product plumbing, not a user-facing section. |
| 4 | // Preserve the route for generated router compatibility and stale links, but |
nothing calls this directly
no test coverage detected