chore: removed unused plugin

This commit is contained in:
Jannat Patel
2024-07-19 12:07:35 +05:30
parent 69d266e018
commit cbc4b8c59d
2 changed files with 1 additions and 68 deletions

View File

@@ -29,10 +29,7 @@
<div v-if="batch.amount" class="font-semibold text-lg">
{{ batch.price }}
</div>
<!-- <div class="flex items-center text-sm text-gray-700">
<BookOpen class="h-3 w-3 stroke-1.5 mr-2 text-gray-700" />
<span> {{ batch.courses.length }} {{ __('Courses') }} </span>
</div> -->
<DateRange
:startDate="batch.start_date"
:endDate="batch.end_date"