Merge branch 'main' of https://github.com/Wind-Explorer/ecoconnect
This commit is contained in:
@@ -76,9 +76,12 @@ function App() {
|
|||||||
<Route element={<PostPage />} path="post/:id" />
|
<Route element={<PostPage />} path="post/:id" />
|
||||||
<Route element={<EditPostPage />} path="edit/:id" />
|
<Route element={<EditPostPage />} path="edit/:id" />
|
||||||
</Route>
|
</Route>
|
||||||
|
|
||||||
|
{/* Vouchers */}
|
||||||
|
<Route element={<UserVouchersPage />} path="user-voucher" />
|
||||||
</Route>
|
</Route>
|
||||||
|
|
||||||
<Route element={<UserVouchersPage />} path="user-voucher" />
|
|
||||||
|
|
||||||
{/* Special (Restricted) Routes */}
|
{/* Special (Restricted) Routes */}
|
||||||
<Route element={<RestrictedLayout />}>
|
<Route element={<RestrictedLayout />}>
|
||||||
|
|||||||
Reference in New Issue
Block a user