From 04b71b8813db48a2ee5f57e617d26fcd5c465621 Mon Sep 17 00:00:00 2001 From: Shravya Ramesh Date: Fri, 21 May 2021 14:09:33 -0700 Subject: Move export to last line --- src/components/common/TaggUserSelectionCell.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/common/TaggUserSelectionCell.tsx') diff --git a/src/components/common/TaggUserSelectionCell.tsx b/src/components/common/TaggUserSelectionCell.tsx index 01d965cf..2ea1e4ce 100644 --- a/src/components/common/TaggUserSelectionCell.tsx +++ b/src/components/common/TaggUserSelectionCell.tsx @@ -61,8 +61,6 @@ const TaggUserSelectionCell: React.FC = ({ ); }; -export default TaggUserSelectionCell; - const styles = StyleSheet.create({ container: { marginHorizontal: '3%', @@ -71,3 +69,5 @@ const styles = StyleSheet.create({ justifyContent: 'center', }, }); + +export default TaggUserSelectionCell; -- cgit v1.2.3-70-g09d2