Skip to content

Commit 17e7e2a

Browse files
committed
Fix import order.
1 parent df81252 commit 17e7e2a

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

assets/src/edit-story/components/panels/animation/effectChooser.js

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,19 @@
1414
* limitations under the License.
1515
*/
1616

17+
/**
18+
* WordPress dependencies
19+
*/
20+
import { __ } from '@wordpress/i18n';
1721
/**
1822
* External dependencies
1923
*/
2024
import React, { useEffect } from 'react';
21-
// import propTypes from 'prop-types';
2225
import styled from 'styled-components';
2326

2427
/**
2528
* Internal dependencies
2629
*/
27-
/**
28-
* WordPress dependencies
29-
*/
30-
import { __ } from '@wordpress/i18n';
3130
import loadStylesheet from '../../../utils/loadStylesheet';
3231
import { GOOGLE_MENU_FONT_URL } from '../../../app/font';
3332
import {
@@ -152,7 +151,3 @@ export default function EffectChooser() {
152151
</Container>
153152
);
154153
}
155-
156-
EffectChooser.propTypes = {
157-
// onAnimationSelected: propTypes.func.isRequired,
158-
};

0 commit comments

Comments
 (0)