Skip to content

Commit

Permalink
Reverted: unused import for filter
Browse files Browse the repository at this point in the history
  • Loading branch information
amansinghbais committed Oct 11, 2024
1 parent 5f7825d commit d50c4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/CountDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ import {
onIonViewDidEnter,
alertController
} from '@ionic/vue';
import { chevronDownCircleOutline, chevronUpCircleOutline, filter } from "ionicons/icons";
import { chevronDownCircleOutline, chevronUpCircleOutline } from "ionicons/icons";
import { translate } from '@/i18n'
import { computed, defineProps, ref, onUpdated } from 'vue';
import { useStore } from "@/store";
Expand Down

0 comments on commit d50c4cd

Please sign in to comment.