Skip to content

Commit 5d95aa3

Browse files
committed
Restructure the exports
1 parent 7054549 commit 5d95aa3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app.ts

-2
Original file line numberDiff line numberDiff line change
@@ -173,5 +173,3 @@ export async function create(
173173

174174
return editor;
175175
}
176-
177-
export * as modules from "./modules";

index.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
* @since 6.0
66
*/
77

8-
export { create, modules as CKEditor5 } from "./app";
8+
export { create } from "./app";
9+
export * as CKEditor5 from "./modules";

0 commit comments

Comments
 (0)