add extension point

This commit is contained in:
Maren Süwer
2018-09-25 15:38:59 +02:00
parent 9ee7fc7499
commit 24589556c7
2 changed files with 34 additions and 29 deletions

View File

@@ -11,7 +11,6 @@ import { getFailure } from "../../modules/failure";
import { combineReducers } from "redux";
import type { Action, PagedCollection } from "@scm-manager/ui-types";
import * as types from "../../modules/types";
import { CREATE_USER_RESET } from "../../users/modules/users";
export const FETCH_CHANGESETS = "scm/repos/FETCH_CHANGESETS";
export const FETCH_CHANGESETS_PENDING = `${FETCH_CHANGESETS}_${PENDING_SUFFIX}`;