export class ProjectsStore extends EntityStore<ProjectsState> {
  constructor() {
    super(createInitialResourceState());
  }
}