File tree Expand file tree Collapse file tree
assets/src/edit-story/components/panels/animation Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17+ /**
18+ * WordPress dependencies
19+ */
20+ import { __ } from '@wordpress/i18n' ;
1721/**
1822 * External dependencies
1923 */
2024import React , { useEffect } from 'react' ;
21- // import propTypes from 'prop-types';
2225import styled from 'styled-components' ;
2326
2427/**
2528 * Internal dependencies
2629 */
27- /**
28- * WordPress dependencies
29- */
30- import { __ } from '@wordpress/i18n' ;
3130import loadStylesheet from '../../../utils/loadStylesheet' ;
3231import { GOOGLE_MENU_FONT_URL } from '../../../app/font' ;
3332import {
@@ -152,7 +151,3 @@ export default function EffectChooser() {
152151 </ Container >
153152 ) ;
154153}
155-
156- EffectChooser . propTypes = {
157- // onAnimationSelected: propTypes.func.isRequired,
158- } ;
You can’t perform that action at this time.
0 commit comments