Fix ContentBlock import problem in Chapter component
This commit is contained in:
parent
a512ef4f63
commit
e2c20cca2f
|
|
@ -8,7 +8,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import ContentBlock from '@/components/content-blocks/ContentBlock.vue';
|
||||
import ContentBlock from '@/components/ContentBlock.vue';
|
||||
|
||||
export default {
|
||||
props: ['chapter'],
|
||||
|
|
|
|||
Loading…
Reference in New Issue