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