Cleanup warnings

This commit is contained in:
2024-05-01 09:56:08 -04:00
parent 2b61d57a8a
commit db0755a368
3 changed files with 12 additions and 13 deletions

View File

@@ -100,9 +100,9 @@
import { ref, computed, watch } from 'vue';
import { useAuthStore } from 'src/stores/auth';
import { Boat, useBoatStore } from 'src/stores/boat';
import { Dialog, date } from 'quasar';
import { date } from 'quasar';
import { useScheduleStore } from 'src/stores/schedule';
import { Reservation, Timeblock } from 'src/stores/schedule.types';
import { Timeblock } from 'src/stores/schedule.types';
import BoatScheduleTableComponent from 'src/components/scheduling/boat/BoatScheduleTableComponent.vue';
interface BookingForm {