Rename single-word Vue files to multi-word names and update references
Co-Authored-By: Codex <codex@openai.com>
This commit is contained in:
@@ -19,7 +19,7 @@ vi.mock("vue-router", () => ({
|
||||
useRoute: () => mockRoute,
|
||||
}));
|
||||
|
||||
import Login from "@/views/Login/Login.vue";
|
||||
import Login from "@/views/Login/LoginPage.vue";
|
||||
import { useLoginStore } from "@/stores/login";
|
||||
|
||||
describe("Login", () => {
|
||||
|
||||
Reference in New Issue
Block a user