Skip to content

Commit

Permalink
sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
incognitojam committed Jul 25, 2023
1 parent f248b58 commit 6cb44f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/explorer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ import PullDownReload from './utils/PullDownReload';
import { analyticsEvent, selectDevice, updateDevice } from '../actions';
import init from '../actions/startup';
import Colors from '../colors';
import { verifyPairToken, pairErrorToMessage } from '../utils';
import { play, pause } from '../timeline/playback';
import { verifyPairToken, pairErrorToMessage } from '../utils';

import ResizeHandler from './ResizeHandler';

const ClipView = lazy(() => import('./ClipView'));
Expand Down

0 comments on commit 6cb44f0

Please sign in to comment.