Skip to content

Commit 7b8fdaa

Browse files
committed
fix: 修正 AiMap 目录大小写(Aimap → AiMap)
1 parent fdc5a95 commit 7b8fdaa

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.
File renamed without changes.

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.tsx';
10+
export { AiMap } from './components/AiMap';
1111
export type { AiMapProps } from './components/AiMap/types';
1212

1313
// Schema 类型

0 commit comments

Comments
 (0)