Skip to content

Commit

Permalink
Improved: unused imports removed (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
amansinghbais committed Dec 8, 2023
1 parent 55023dc commit 21e1620
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/views/Pipeline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ import {
IonButtons
} from "@ionic/vue";
import JobConfiguration from '@/components/JobConfiguration.vue'
import { closeCircleOutline, codeWorkingOutline, copyOutline, ellipsisVerticalOutline, filterOutline, pinOutline, refreshOutline, timeOutline, timerOutline, warningOutline } from "ionicons/icons";
import { closeCircleOutline, codeWorkingOutline, copyOutline, ellipsisVerticalOutline, filterOutline, pinOutline, refreshOutline, timeOutline, timerOutline } from "ionicons/icons";
import emitter from '@/event-bus';
import JobHistoryModal from '@/components/JobHistoryModal.vue';
import { Plugins } from '@capacitor/core';
Expand Down Expand Up @@ -620,8 +620,7 @@ export default defineComponent({
segmentSelected,
router,
filterOutline,
hasPermission,
warningOutline
hasPermission
};
}
});
Expand Down

0 comments on commit 21e1620

Please sign in to comment.