From 9a2d3a8ac1e4ac1a2a572574b70c25f1b9d920dd Mon Sep 17 00:00:00 2001 From: Elysia Date: Thu, 12 Feb 2026 19:21:17 +0800 Subject: [PATCH] refactor: fix typo in module path --- src/App.vue | 2 +- src/{modeuls => modules}/processInstall.ts | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{modeuls => modules}/processInstall.ts (100%) diff --git a/src/App.vue b/src/App.vue index f5c0195a..a07a977c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -133,7 +133,7 @@ import { handleInstall, handleRetry, handleUpgrade, -} from "./modeuls/processInstall"; +} from "./modules/processInstall"; import type { App, AppJson, diff --git a/src/modeuls/processInstall.ts b/src/modules/processInstall.ts similarity index 100% rename from src/modeuls/processInstall.ts rename to src/modules/processInstall.ts