Skip to content

Commit 6d88412

Browse files
committed
fix: 显式指定 AiMap index.tsx 文件后缀
1 parent 0342c6f commit 6d88412

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import './styles/tailwind.css';
88

99
// 主入口组件
10-
export { AiMap } from './components/AiMap/index';
10+
export { AiMap } from './components/AiMap/index.tsx';
1111
export type { AiMapProps } from './components/AiMap/types';
1212

1313
// Schema 类型

0 commit comments

Comments
 (0)