Rename single-word Vue files to multi-word names and update references
Co-Authored-By: Codex <codex@openai.com>
This commit is contained in:
@@ -51,7 +51,7 @@ import { onBeforeMount, computed, ref } from "vue";
|
||||
import i18next from "@/i18n/i18n.js";
|
||||
import { useAcctMgmtStore } from "@/stores/acctMgmt";
|
||||
import ModalHeader from "./ModalHeader.vue";
|
||||
import Badge from "../../components/Badge.vue";
|
||||
import Badge from "../../components/StatusBadge.vue";
|
||||
|
||||
const acctMgmtStore = useAcctMgmtStore();
|
||||
const visitTime = ref(0);
|
||||
|
||||
@@ -199,9 +199,9 @@ import { onMounted, computed, ref } from "vue";
|
||||
import i18next from "@/i18n/i18n.js";
|
||||
import { useLoginStore } from "@/stores/login";
|
||||
import { useAcctMgmtStore } from "@/stores/acctMgmt";
|
||||
import Badge from "../../components/Badge.vue";
|
||||
import Badge from "../../components/StatusBadge.vue";
|
||||
import { useLoadingStore } from "@/stores/loading";
|
||||
import Button from "@/components/Button.vue";
|
||||
import Button from "@/components/ActionButton.vue";
|
||||
import ButtonFilled from "@/components/ButtonFilled.vue";
|
||||
import { useToast } from "vue-toast-notification";
|
||||
import { PWD_VALID_LENGTH } from "@/constants/constants.js";
|
||||
|
||||
Reference in New Issue
Block a user