MCPcopy Index your code
hub / github.com/TaskingAI/TaskingAI / AuthRouterProps

Interface AuthRouterProps

frontend/src/components/authRouter.tsx:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { router_item } from '../router';
5import { verifyToken } from '../axios';
6interface AuthRouterProps {
7 children: ReactNode;
8}
9function AuthRouter({ children }: AuthRouterProps) {
10 const navigate = useNavigate();
11 const { pathname } = useLocation();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected