export class WeekdayStore extends EntityStore<WeekdayState> {
  constructor() {
    super(createInitialResourceState());
  }
}