| 1 | import * as PageController from "./page-controller"; |
| 2 | import * as PageTransition from "../legacy-states/page-transition"; |
| 3 | import { isAuthAvailable } from "../firebase"; |
| 4 | import { isAuthenticated } from "../states/core"; |
nothing calls this directly
no test coverage detected