implemented Breadcrumb ui-component

This commit is contained in:
Florian Scholdei
2019-06-26 15:06:59 +02:00
parent 82a228ebac
commit 1729e5ff4f
3 changed files with 47 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ export { default as Tooltip } from "./Tooltip";
export { getPageFromMatch } from "./urls";
export { default as Autocomplete} from "./Autocomplete";
export { default as BranchSelector } from "./BranchSelector";
export { default as Breadcrumb } from "./Breadcrumb";
export { default as MarkdownView } from "./MarkdownView";
export { default as SyntaxHighlighter } from "./SyntaxHighlighter";
export { default as ErrorBoundary } from "./ErrorBoundary";