From 0726adcb28b12ae4902020b95655aaa68a04c72e Mon Sep 17 00:00:00 2001 From: "Rayyan (Rayy)" Date: Tue, 5 Sep 2023 09:05:06 +0000 Subject: [PATCH] Add Contact route --- src/App.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.js b/src/App.js index 27aff84..8b71d8e 100644 --- a/src/App.js +++ b/src/App.js @@ -29,6 +29,7 @@ function App() { } /> } /> + } /> );