diff --git a/passwordGenerator03/App.tsx b/passwordGenerator03/App.tsx index 8de065a..2c9d98c 100644 --- a/passwordGenerator03/App.tsx +++ b/passwordGenerator03/App.tsx @@ -156,7 +156,7 @@ export default function App() { handleSubmit()} > Generate Password @@ -279,4 +279,4 @@ const styles = StyleSheet.create({ marginBottom: 12, color:'#000' }, -}); \ No newline at end of file +});