Skip to content

Commit

Permalink
fix: comment linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
francisvaut committed May 2, 2024
1 parent 78a4f05 commit d2d860b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/views/calendar/CalendarView.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<script setup lang="ts">
/* eslint-disable @typescript-eslint/no-unsafe-argument */
import moment from 'moment';
import BaseLayout from '@/components/layout/base/BaseLayout.vue';
import Calendar, { type CalendarDateSlotOptions } from 'primevue/calendar';
Expand Down

0 comments on commit d2d860b

Please sign in to comment.