Skip to content

Commit

Permalink
removed un-used imports
Browse files Browse the repository at this point in the history
  • Loading branch information
coolnj4 committed Oct 22, 2024
1 parent 43bc35e commit c7c9ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/BrokeringRuns.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ import { translate } from "@/i18n";
import { Group } from "@/types";
import { getDateAndTime, showToast } from "@/utils";
import { IonBadge, IonButton, IonButtons, IonCard, IonContent, IonHeader, IonIcon, IonItem, IonLabel, IonList, IonListHeader, IonPage, IonRadioGroup, IonRadio, IonSpinner, IonTitle, IonToolbar, alertController, onIonViewWillEnter, popoverController } from "@ionic/vue";
import { addOutline, arrowForwardOutline, ellipsisVerticalOutline } from "ionicons/icons"
import { addOutline, ellipsisVerticalOutline } from "ionicons/icons"
import { DateTime } from "luxon";
import { computed, ref } from "vue";
import { useRouter } from "vue-router";
Expand Down

0 comments on commit c7c9ba9

Please sign in to comment.