Skip to content

Commit

Permalink
Fix Node
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Nov 5, 2024
1 parent b7c668a commit cbe05a5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/navigation/NodeSettings.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import { View, Text, StyleSheet } from 'react-native';
const NodeSettings = () => {
const NodeSettings: React.FC = () => {
return (
<View style={styles.container}>
<Text>Node Settings</Text>
<Text>Add Electrum Node</Text>
</View>
);
};
};

export default NodeSettings;

0 comments on commit cbe05a5

Please sign in to comment.