Move content blocks into content-blocks directory
This commit is contained in:
parent
ef4fb4b20e
commit
a512ef4f63
|
|
@ -8,7 +8,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import ContentBlock from '@/components/ContentBlock.vue';
|
||||
import ContentBlock from '@/components/content-blocks/ContentBlock.vue';
|
||||
|
||||
export default {
|
||||
props: ['chapter'],
|
||||
|
|
|
|||
|
|
@ -9,10 +9,10 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import TextBlock from '@/components/TextBlock.vue';
|
||||
import Task from '@/components/Task.vue';
|
||||
import ImageBlock from '@/components/ImageBlock.vue';
|
||||
import StudentEntry from '@/components/StudentEntry.vue';
|
||||
import TextBlock from '@/components/content-blocks/TextBlock.vue';
|
||||
import Task from '@/components/content-blocks/Task.vue';
|
||||
import ImageBlock from '@/components/content-blocks/ImageBlock.vue';
|
||||
import StudentEntry from '@/components/content-blocks/StudentEntry.vue';
|
||||
|
||||
export default {
|
||||
props: ['contentBlock'],
|
||||
|
|
|
|||
Loading…
Reference in New Issue