export class IanCenterStore extends Store<IanCenterState> {
  constructor() {
    super(createInitialState());
  }
}