Skip to content

Commit

Permalink
Refactor usesearch
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVelezLl committed Aug 23, 2024
1 parent 6e61470 commit fa1adfb
Show file tree
Hide file tree
Showing 17 changed files with 63 additions and 617 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 fa1adfb

Please sign in to comment.