Added Create Poll In App
This commit is contained in:
@@ -21,7 +21,7 @@ function App() {
|
|||||||
<Route path="dashboard" element={<Dashboard/>} />
|
<Route path="dashboard" element={<Dashboard/>} />
|
||||||
<Route path="bookmark" element={<Bookmark/>} />
|
<Route path="bookmark" element={<Bookmark/>} />
|
||||||
<Route path="/voting/:pollId" element={<VotingPage />} />
|
<Route path="/voting/:pollId" element={<VotingPage />} />
|
||||||
<Route path="/create" element={<CreatePollForm />} />
|
<Route path="/create" element={<CreatePollForm />} />
|
||||||
</Routes>
|
</Routes>
|
||||||
</BrowserRouter>
|
</BrowserRouter>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user