Skip to content

Commit

Permalink
Fix some merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhand committed Dec 21, 2023
1 parent 3ed896e commit ec4dad5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { RootState } from '../../../states';
import { selectCurrentTopmostRouteForTask } from '../../../states/routing/getRoute';
import { CaseTimelineRoute, ChangeRouteMode } from '../../../states/routing/types';
import { selectCaseActivityCount } from '../../../states/case/timeline';
import Pagination from '../../Pagination';
import Pagination from '../../pagination';
import { changeRoute } from '../../../states/routing/actions';

type MyProps = {
Expand Down

0 comments on commit ec4dad5

Please sign in to comment.