export * from './shopee' import { StoreAPI } from '../store-api' import { action } from './platform-action' import * as APIS from './apis' StoreAPI.registerPlatform('shopee', action, APIS)