From fe34d0c54e2421d9daf307dc73cd4e1bb290f834 Mon Sep 17 00:00:00 2001 From: Rushikesh Ramdas Ranaware Date: Fri, 5 Sep 2025 20:52:51 +0530 Subject: [PATCH] Update App.tsx --- passwordGenerator03/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/passwordGenerator03/App.tsx b/passwordGenerator03/App.tsx index 8de065a..bb37a0c 100644 --- a/passwordGenerator03/App.tsx +++ b/passwordGenerator03/App.tsx @@ -95,7 +95,7 @@ export default function App() { handleChange, handleSubmit, handleReset, - /* and other goodies */ + }) => ( <> @@ -279,4 +279,4 @@ const styles = StyleSheet.create({ marginBottom: 12, color:'#000' }, -}); \ No newline at end of file +});