export class AttachmentsStore extends EntityStore<AttachmentsState> {
  constructor() {
    super(createInitialResourceState());
  }
}