From 73ad41433462dfbe5b6d5883fb2fdd8f3e08290f Mon Sep 17 00:00:00 2001 From: reiyua Date: Wed, 17 Jan 2024 13:27:14 +0000 Subject: [PATCH] Remove unneeded handler for contact route --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 3062262..4104a1f 100644 --- a/src/App.js +++ b/src/App.js @@ -99,7 +99,7 @@ function App() { } /> } /> - } /> + } /> } /> } />