Skip to content
Snippets Groups Projects
Commit 343704c8 authored by Ron Lucke's avatar Ron Lucke
Browse files

fix #3627

Closes #3627

Merge request studip/studip!2514
parent 10f79074
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ import BlockComponents from './block-components.js';
import blockMixin from '@/vue/mixins/courseware/block.js';
import TwentyTwenty from 'vue-twentytwenty';
import 'vue-twentytwenty/dist/vue-twentytwenty.css';
import { mapActions } from 'vuex';
import { mapActions, mapGetters } from 'vuex';
export default {
name: 'courseware-before-after-block',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment