合并 Direct 输入区来自同一模块的两条 type import

- apps/ai-game-creator-shell/src/view/project-development/chat/components/DirectProjectComposer/DirectProjectComposer.tsx 把 gameCreationApp 的 GameCreationAppAssetManifestEntry 与 GameIterationVersion 合并成一条 import type
- 不涉及任何运行时行为
This commit is contained in:
2026-09-19 23:10:51 +08:00
parent c4e2793db1
commit b5e10f3851
@@ -2,8 +2,10 @@ import { ArrowUp, AtSign, Loader2 } from 'lucide-react';
import type { FormEventHandler } from 'react';
import { useRef, useState } from 'react';
import type { GameCreationAppAssetManifestEntry } from '../../../../../../../../packages/shared/src/contracts/gameCreationApp';
import type { GameIterationVersion } from '../../../../../../../../packages/shared/src/contracts/gameCreationApp';
import type {
GameCreationAppAssetManifestEntry,
GameIterationVersion,
} from '../../../../../../../../packages/shared/src/contracts/gameCreationApp';
import {
ConversationModelSelect,
type ConversationModelSelectHandle,