export * from './PlatformFeeLog';
export * from './ReferrerFeeLog';

import { PlatformFeeLog } from './PlatformFeeLog';
import { ReferrerFeeLog } from './ReferrerFeeLog';

export const accountProviders = { PlatformFeeLog, ReferrerFeeLog };
