From 3009db3fefb84ed37868b383ea4012b365775825 Mon Sep 17 00:00:00 2001 From: Siddhesh Date: Wed, 31 Jan 2024 14:10:23 +0530 Subject: [PATCH 1/2] new testing for PR --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 92d3311..1c2ec22 100644 --- a/src/App.js +++ b/src/App.js @@ -12,5 +12,5 @@ function App() { ); } - +//exported new export default App; From 92dec4123aeebee3f0966392a93866aa70326322 Mon Sep 17 00:00:00 2001 From: Siddhesh Date: Wed, 31 Jan 2024 15:17:43 +0530 Subject: [PATCH 2/2] pr 3 --- src/App.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.js b/src/App.js index 1c2ec22..fa1db5c 100644 --- a/src/App.js +++ b/src/App.js @@ -13,4 +13,5 @@ function App() { ); } //exported new +//new pr 3 export default App;