Skip to content

Commit 5a145d4

Browse files
ReportActionsView imports reorganized
Co-authored-by: David Bondy <[email protected]>
1 parent 78cdf7d commit 5a145d4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/pages/home/report/ReportActionsView.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
import React from 'react';
22
import {
3-
Animated, View, Keyboard, AppState, Easing,
3+
Animated,
4+
View,
5+
Keyboard,
6+
AppState,
7+
Easing,
48
} from 'react-native';
59
import PropTypes from 'prop-types';
610
import _ from 'underscore';

0 commit comments

Comments
 (0)