WIP: Reworking ErrorPage/ErrorNotification

This commit is contained in:
Philipp Czora
2019-02-26 17:08:33 +01:00
parent c67b2c3197
commit 6b55df464c
7 changed files with 159 additions and 58 deletions

View File

@@ -9,6 +9,7 @@ export { validation, urls, repositories };
export { default as DateFromNow } from "./DateFromNow.js";
export { default as ErrorNotification } from "./ErrorNotification.js";
export { default as ErrorPage } from "./ErrorPage.js";
export { default as CollapsibleErrorPage } from "./CollapsibleErrorPage.js";
export { default as Image } from "./Image.js";
export { default as Loading } from "./Loading.js";
export { default as Logo } from "./Logo.js";