Skip to content
Snippets Groups Projects
Commit 0ce105e8 authored by chris's avatar chris
Browse files

move toolgroup

parent 29a80dd2
No related branches found
No related tags found
1 merge request!458Hhmi accessibility
import { Service } from 'wax-prosemirror-core';
import CreateGap from './CreateGap';
import FillTheGapToolGroupService from '../../WaxToolGroups/FillTheGapToolGroupService/FillTheGapToolGroupService';
import FillTheGapToolGroupService from '../FillTheGapToolGroupService/FillTheGapToolGroupService';
class FillTheGapQuestionService extends Service {
register() {
......
......@@ -4,7 +4,7 @@ import multipleDropDownOptionNode from '../schema/multipleDropDownOptionNode';
import MultipleDropDownNodeView from './MultipleDropDownNodeView';
import MultipleDropDownComponent from '../components/MultipleDropDownComponent';
import DropDownComponent from '../components/DropDownComponent';
import MultipleDropDownToolGroupService from '../../WaxToolGroups/MultipleDropDownToolGroupService/MultipleDropDownToolGroupService';
import MultipleDropDownToolGroupService from '../MultipleDropDownToolGroupService/MultipleDropDownToolGroupService';
class CreateDropDownService extends Service {
name = 'CreateDropDownService';
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment