Create reuesable CardColumnSmall component

This commit is contained in:
Florian Scholdei
2020-04-06 14:15:28 +02:00
parent ef7131dea0
commit 215e16974c
5 changed files with 251 additions and 79 deletions

View File

@@ -75,6 +75,7 @@ export { default as ErrorBoundary } from "./ErrorBoundary";
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 comparators } from "./comparators";