exported new OverviewPageActions component

This commit is contained in:
Florian Scholdei
2019-04-19 13:20:57 +02:00
parent 9ba4b05ef7
commit f15e400be6

View File

@@ -29,6 +29,7 @@ export { default as BranchSelector } from "./BranchSelector";
export { default as MarkdownView } from "./MarkdownView";
export { default as SyntaxHighlighter } from "./SyntaxHighlighter";
export { default as ErrorBoundary } from "./ErrorBoundary";
export { default as OverviewPageActions } from "./OverviewPageActions.js";
export { apiClient } from "./apiclient.js";
export * from "./errors";