Skip to content

Commit

Permalink
Added missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
h1divp committed Sep 14, 2024
1 parent 3c8bdeb commit cf0279b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions client/app/screens/settings/SettingsScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ import {
Modal,
Button,
FlatList,
TouchableWithoutFeedback
TouchableWithoutFeedback,
TouchableOpacity,
Alert
} from "react-native";

import { SettingsItem } from "../../components/settings/SettingsItem";
Expand Down Expand Up @@ -310,4 +312,4 @@ const styles = StyleSheet.create({
},
});

export default SettingsScreen;
export default SettingsScreen;

0 comments on commit cf0279b

Please sign in to comment.