Skip to content

Commit

Permalink
Reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Aug 22, 2024
1 parent bc45274 commit eac5b7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ckeditor5-utils/src/dom/isvisible.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/

import isText from './istext.js';

/**
* @module utils/dom/isvisible
*/

import isText from './istext.js';

/**
* Checks whether the element is visible to the user in DOM:
*
Expand Down

0 comments on commit eac5b7a

Please sign in to comment.