corrected route placement

This commit is contained in:
Wind-Explorer
2024-08-12 01:32:56 +08:00
parent 3162cc0675
commit d86f69e4b7

View File

@@ -78,9 +78,12 @@ function App() {
<Route element={<PostPage />} path="post/:id" />
<Route element={<EditPostPage />} path="edit/:id" />
</Route>
{/* Vouchers */}
<Route element={<UserVouchersPage />} path="user-voucher" />
</Route>
<Route element={<UserVouchersPage />} path="user-voucher" />
{/* Special (Restricted) Routes */}
<Route element={<RestrictedLayout />}>