From a652f45f5dc2d901e9f8deb4bcf95c6091f9da7d Mon Sep 17 00:00:00 2001 From: Lei OT Date: Thu, 26 Jun 2025 15:50:15 +0800 Subject: [PATCH] 1 --- src/main.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.jsx b/src/main.jsx index f457424..e684b46 100644 --- a/src/main.jsx +++ b/src/main.jsx @@ -31,7 +31,7 @@ import useAuthStore from '@/stores/AuthStore' import '@/assets/index.css' import CustomerRelation from '@/views/customer_relation/index' -import NewEmail from '@/views/NewEmail' +import NewEmail from '@/views/NewEmail1' import EmailDetailWindow from '@/views/EmailDetailWindow' import { executeDailyCleanupTask, setupDailyMidnightCleanupScheduler } from '@/utils/indexedDB'