diff --git a/src/App.tsx b/src/App.tsx
index 978ad998..8757151e 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -22,6 +22,7 @@ import GitPanelRouterAdapter from '@/components/git-panel/view/GitPanelRouterAda
import { TaskMasterPanel } from '@/components/task-master/index.js';
import PluginContentRouterAdapter from '@/components/plugins/view/PluginContentRouterAdapter.js';
import ChatInterface from '@/components/refactored/chat/view/ChatInterface.js';
+import ChooseWorkspaceView from '@/components/refactored/shared/view/ChooseWorkspaceView.js';
const isValidRouteTab = (value: string | undefined): boolean => {
if (!value) {
@@ -116,7 +117,7 @@ const router = createBrowserRouter(
path: '/',
element:
{t('mainContent.selectProjectDescription')}
++ {t('mainContent.tip')}: {isMobile ? t('mainContent.createProjectMobile') : t('mainContent.createProjectDesktop')} +
+