From a430284aa21e3ae1f0d5654e55b2ad2852519cc2 Mon Sep 17 00:00:00 2001
From: wwf <yearningwang@iqtogether.com>
Date: 星期三, 04 六月 2025 15:17:49 +0800
Subject: [PATCH] 初始化

---
 utils/app-redirection.ts |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/utils/app-redirection.ts b/utils/app-redirection.ts
index 9327312..534b019 100644
--- a/utils/app-redirection.ts
+++ b/utils/app-redirection.ts
@@ -1,8 +1,6 @@
-import type { AppMode } from '@/types/app'
-
 export const getRedirection = (
   isCurrentWorkspaceEditor: boolean,
-  app: { id: string, mode: AppMode },
+  app: any,
   redirectionFunc: (href: string) => void,
 ) => {
   if (!isCurrentWorkspaceEditor) {

--
Gitblit v1.8.0