Skip to content

Commit

Permalink
Improved: moved timeZone modal from views to component
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed Feb 1, 2024
1 parent e669bfc commit 3115496
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ import { IonAvatar, IonButton, IonCard, IonCardContent, IonCardHeader, IonCardSu
import { computed, onMounted, ref } from "vue";
import { useStore } from "vuex";
import { useRouter } from "vue-router";
import TimeZoneModal from "@/views/TimezoneModal.vue";
import TimeZoneModal from "@/components/TimezoneModal.vue";
import Image from "@/components/Image.vue"
import { DateTime } from "luxon";
Expand Down

0 comments on commit 3115496

Please sign in to comment.