export class EnterpriseTrialStore extends Store<IEnterpriseTrial> {
  constructor() {
    super(createInitialState());
  }
}