From a3c5140bb4e91a58472fad2b0499feb6acf47e1f Mon Sep 17 00:00:00 2001 From: Manik Maity Date: Thu, 7 Nov 2024 19:05:33 +0530 Subject: [PATCH] Added Create Poll In App --- frontend/src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 2f7779e..dca9eca 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -21,7 +21,7 @@ function App() { } /> } /> } /> - } /> + } /> );