Skip to content

Commit f6713a8

Browse files
committed
Reorder imports.
1 parent 73574cc commit f6713a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ckeditor5-email/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @module email
88
*/
99

10-
import './augmentation.js';
11-
1210
export { default as EmailIntegration } from './emailintegration.js';
1311
export { default as EmailIntegrationUtils } from './emailintegrationutils.js';
12+
13+
import './augmentation.js';

0 commit comments

Comments
 (0)