export class IanBellStore extends Store<IanBellState> {
  constructor() {
    super(createInitialState());
  }
}