Skip to content

Commit 8bb6269

Browse files
committed
fix lint once more
1 parent ae285ba commit 8bb6269

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/@react-aria/utils/src/useViewportSize.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
* governing permissions and limitations under the License.
1111
*/
1212

13+
import {getEventTarget} from './shadowdom/DOMFunctions';
1314
import {useEffect, useState} from 'react';
1415
import {useIsSSR} from '@react-aria/ssr';
15-
import {getEventTarget} from './shadowdom/DOMFunctions';
1616
import {willOpenKeyboard} from './keyboard';
1717

1818
interface ViewportSize {

0 commit comments

Comments
 (0)