| 1 | import type {BackwardCheckpointsView as BackwardCheckpointsViewDecl} from '../@types/ui-react/index.d.ts'; |
| 2 | import {getUseCheckpointView} from './common/index.tsx'; |
| 3 | |
| 4 | export const BackwardCheckpointsView: typeof BackwardCheckpointsViewDecl = |
nothing calls this directly
no test coverage detected