Skip to content

Commit 090d23a

Browse files
committed
fix: ci
1 parent f30858b commit 090d23a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QueueAnim.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ import React, { createElement } from 'react';
22
import PropTypes from 'prop-types';
33
import TweenOne, { ticker } from 'rc-tween-one';
44
import { polyfill } from 'react-lifecycles-compat';
5-
import { windowIsUndefined } from './utils';
65

76
import {
87
toArrayChildren,
98
findChildInChildrenByKey,
9+
windowIsUndefined,
1010
mergeChildren,
1111
transformArguments,
1212
getChildrenFromProps,

0 commit comments

Comments
 (0)