added component for comma separated lists

This commit is contained in:
Sebastian Sdorra
2020-06-10 08:11:48 +02:00
parent a2453885b9
commit 23b0ea27df
7 changed files with 73 additions and 27 deletions

View File

@@ -40,6 +40,7 @@ import {
DiffEventHandler,
DiffEventContext
} from "./repos";
import CommaSeparatedList from "./CommaSeparatedList";
export { validation, urls, repositories };
@@ -76,6 +77,7 @@ export { default as OverviewPageActions } from "./OverviewPageActions";
export { default as CardColumnGroup } from "./CardColumnGroup";
export { default as CardColumn } from "./CardColumn";
export { default as CardColumnSmall } from "./CardColumnSmall";
export { default as CommaSeparatedList } from "./CommaSeparatedList";
export { default as comparators } from "./comparators";