added first version of annotate ui component

This commit is contained in:
Sebastian Sdorra
2020-06-12 08:19:33 +02:00
parent 4cb898edbb
commit 9a66efc693
8 changed files with 331 additions and 22 deletions

View File

@@ -43,7 +43,9 @@ import {
export { validation, urls, repositories };
export { default as Annotate } from "./Annotate";
export { default as DateFromNow } from "./DateFromNow";
export { default as DateShort } from "./DateShort";
export { default as ErrorNotification } from "./ErrorNotification";
export { default as ErrorPage } from "./ErrorPage";
export { default as Icon } from "./Icon";