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