Remove example code
This commit is contained in:
parent
ba2964d884
commit
98d413171c
|
|
@ -41,8 +41,6 @@
|
||||||
</h5>
|
</h5>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<text-to-select />
|
|
||||||
|
|
||||||
<div class="module__intro-wrapper">
|
<div class="module__intro-wrapper">
|
||||||
<bookmark-actions
|
<bookmark-actions
|
||||||
:bookmarked="!!module.bookmark"
|
:bookmarked="!!module.bookmark"
|
||||||
|
|
@ -102,7 +100,6 @@ import ObjectiveGroups from '@/components/objective-groups/ObjectiveGroups.vue';
|
||||||
import Chapter from '@/components/Chapter.vue';
|
import Chapter from '@/components/Chapter.vue';
|
||||||
import BookmarkActions from '@/components/notes/BookmarkActions.vue';
|
import BookmarkActions from '@/components/notes/BookmarkActions.vue';
|
||||||
import Pill from '@/components/ui/Pill.vue';
|
import Pill from '@/components/ui/Pill.vue';
|
||||||
import TextToSelect from '@/components/TextToSelect.vue';
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue