Skip to content

Commit

Permalink
Improved: code by removing unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritika-Patel08 committed Mar 12, 2024
1 parent 0444400 commit e7fc801
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ import { codeWorkingOutline, ellipsisVertical, personCircleOutline, storefrontOu
import { mapGetters, useStore } from 'vuex';
import { useRouter } from 'vue-router';
import Image from '@/components/Image.vue'
import { DateTime } from 'luxon';
import TimeZoneModal from '@/views/TimezoneModal.vue';
import { Actions, hasPermission } from '@/authorization'
import { UserService } from '@/services/UserService'
Expand Down

0 comments on commit e7fc801

Please sign in to comment.