diff --git a/wax-prosemirror-services/src/MatchingService/MatchingQuestion.js b/wax-prosemirror-services/src/MatchingService/MatchingQuestion.js index 4c062ab2f2f1328d7fb3ed418591c1ef0dfdab5b..a5f68685ba299e388db925615e5319718b05b5c3 100644 --- a/wax-prosemirror-services/src/MatchingService/MatchingQuestion.js +++ b/wax-prosemirror-services/src/MatchingService/MatchingQuestion.js @@ -1,5 +1,5 @@ import { injectable } from 'inversify'; -import Tools from '../../lib/Tools'; +import Tools from '../lib/Tools'; @injectable() class MatchingQuestion extends Tools {