@@ -233,7 +233,7 @@
</template>
<script>
import { CORE_API, QUESTION_TYPES } from "../constants/constants";
-import ckeditor from "../components/ckeditor.vue";
+import ckeditor from "../component/ckeditor.vue";
export default {
components: { ckeditor },
data() {
@@ -221,7 +221,7 @@
import { Q_API, QUESTION_TYPES } from "../constants/constants";