diff --git a/components/ButtonListItem.js b/components/ButtonListItem.js index de0163b..516b36c 100644 --- a/components/ButtonListItem.js +++ b/components/ButtonListItem.js @@ -3,10 +3,10 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -import React from 'react'; -import { StyleSheet } from 'react-native'; import { Button, ListItem } from 'react-native-elements'; import PropTypes from 'prop-types'; +import React from 'react'; +import { StyleSheet } from 'react-native'; const ButtonListItem = ({ item, index }) => ( ( >