Skip to content

Commit

Permalink
Move useDrag to common
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVelezLl committed Jan 23, 2025
1 parent 6aa1fd7 commit d1ef584
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
import { searchAndFilterStrings } from 'kolibri-common/strings/searchAndFilterStrings';
import { PageNames } from '../../../constants/index';
import { injectQuizCreation } from '../../../composables/useQuizCreation';
import useDrag from './useDrag.js';
import useDrag from '../../common/useDrag';
export default {
name: 'SectionOrder',
Expand Down

This file was deleted.

0 comments on commit d1ef584

Please sign in to comment.