diff --git a/bob_party/src/screens/Profile.tsx b/bob_party/src/screens/Profile.tsx
index fe58b10..dbdab01 100644
--- a/bob_party/src/screens/Profile.tsx
+++ b/bob_party/src/screens/Profile.tsx
@@ -31,17 +31,6 @@ function Profile(props: { navigation: any; }) {
);
}
-
-function Button(props: { onPress: any; title?: any | undefined; }) {
- const { onPress, title = 'Save' } = props;
- return (
-
- {title}
-
- );
-}
-
-
const styles = StyleSheet.create({
body: {
flex: 1,
diff --git a/bob_party/src/screens/Settings.tsx b/bob_party/src/screens/Settings.tsx
index a698215..34b5fb2 100644
--- a/bob_party/src/screens/Settings.tsx
+++ b/bob_party/src/screens/Settings.tsx
@@ -19,17 +19,6 @@ function Store(props: { navigation: any; }) {
);
}
-
-function Button(props: { onPress: any; title?: any | undefined; }) {
- const { onPress, title = 'Save' } = props;
- return (
-
- {title}
-
- );
-}
-
-
const styles = StyleSheet.create({
body: {
flex: 1,
diff --git a/bob_party/src/screens/Store.tsx b/bob_party/src/screens/Store.tsx
index 0646f41..7a4c54a 100644
--- a/bob_party/src/screens/Store.tsx
+++ b/bob_party/src/screens/Store.tsx
@@ -39,17 +39,6 @@ function Store(props: { navigation: any; }) {
);
}
-
-function Button(props: { onPress: any; title?: any | undefined; }) {
- const { onPress, title = 'Save' } = props;
- return (
-
- {title}
-
- );
-}
-
-
const styles = StyleSheet.create({
body: {
flex: 1,