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