Refactor imports

* refactor: implement import lint
This commit is contained in:
Carlos Valente
2022-06-11 23:17:16 +02:00
committed by GitHub
parent c576b6308e
commit dda92ba3a8
111 changed files with 482 additions and 288 deletions
@@ -1,8 +1,10 @@
import React from 'react';
import StartIconBtn from '../../../common/components/buttons/StartIconBtn';
import PropTypes from 'prop-types';
import PauseIconBtn from '../../../common/components/buttons/PauseIconBtn';
import RollIconBtn from '../../../common/components/buttons/RollIconBtn';
import PropTypes from 'prop-types';
import StartIconBtn from '../../../common/components/buttons/StartIconBtn';
import style from './PlaybackControl.module.scss';
export default function Playback(props) {