move route to editor-plugin

This commit is contained in:
Eduard Heimbuch
2019-08-29 11:10:09 +02:00
parent 2e5ceb7825
commit 3c583b414e
4 changed files with 3 additions and 103 deletions

View File

@@ -36,7 +36,6 @@ export { default as ErrorBoundary } from "./ErrorBoundary";
export { default as OverviewPageActions } from "./OverviewPageActions.js";
export { default as CardColumnGroup } from "./CardColumnGroup";
export { default as CardColumn } from "./CardColumn";
export { default as FileUploadDropzone } from "./FileUploadDropzone";
export { apiClient } from "./apiclient.js";
export * from "./errors";