Remove example code

This commit is contained in:
Ramon Wenger 2023-12-21 17:30:19 +01:00
parent ba2964d884
commit 98d413171c
1 changed files with 0 additions and 3 deletions

View File

@ -41,8 +41,6 @@
</h5>
</div>
<text-to-select />
<div class="module__intro-wrapper">
<bookmark-actions
:bookmarked="!!module.bookmark"
@ -102,7 +100,6 @@ import ObjectiveGroups from '@/components/objective-groups/ObjectiveGroups.vue';
import Chapter from '@/components/Chapter.vue';
import BookmarkActions from '@/components/notes/BookmarkActions.vue';
import Pill from '@/components/ui/Pill.vue';
import TextToSelect from '@/components/TextToSelect.vue';
</script>
<script lang="ts">