aboutsummaryrefslogtreecommitdiff
path: root/src/components/common/TaggUserSelectionCell.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/common/TaggUserSelectionCell.tsx')
-rw-r--r--src/components/common/TaggUserSelectionCell.tsx4
1 files changed, 2 insertions, 2 deletions
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<TaggUserSelectionCellProps> = ({
);
};
-export default TaggUserSelectionCell;
-
const styles = StyleSheet.create({
container: {
marginHorizontal: '3%',
@@ -71,3 +69,5 @@ const styles = StyleSheet.create({
justifyContent: 'center',
},
});
+
+export default TaggUserSelectionCell;