调整文件位置
This commit is contained in:
parent
ed1f939121
commit
50e3da3bd6
|
|
@ -1,4 +1,4 @@
|
|||
import { AmapInstance } from './Amap';
|
||||
import { AmapInstance } from './service/amap/Amap';
|
||||
|
||||
class AmapSDK {
|
||||
webKeyMap: Record<string, AmapInstance>;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { WechatMpInstance } from './WechatMp';
|
||||
import { WechatMpInstance } from './service/wechat/WechatMp';
|
||||
|
||||
class WechatSDK {
|
||||
mpMap: Record<string, WechatMpInstance>;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
import WechatSDK from './WechatSDK';
|
||||
import AmapSDK from './AmapSDK';
|
||||
|
||||
export * from './Amap';
|
||||
export * from './service/amap/Amap';
|
||||
export { WechatSDK, AmapSDK };
|
||||
Loading…
Reference in New Issue