Skip to content

Commit

Permalink
Merge pull request #12570 from AlexVelezLl/refactor-usesearch
Browse files Browse the repository at this point in the history
Refactor usesearch
  • Loading branch information
rtibbles authored Aug 23, 2024
2 parents 6e61470 + 8123e6c commit 22063f9
Show file tree
Hide file tree
Showing 16 changed files with 59 additions and 615 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import flatMap from 'lodash/flatMap';
import flatMapDepth from 'lodash/flatMapDepth';

import { ContentNodeResource } from 'kolibri.resources';
import { deduplicateResources } from '../utils/contentNode';
import { deduplicateResources } from 'kolibri-common/utils/contentNode';
import { LearnerClassroomResource, LearnerLessonResource } from '../apiResources';
import { ClassesPageNames } from '../constants';
import useContentNodeProgress, { setContentNodeProgress } from './useContentNodeProgress';
Expand Down
Loading

0 comments on commit 22063f9

Please sign in to comment.