From d86f69e4b7745434856d0db63ac5943d0a713bff Mon Sep 17 00:00:00 2001
From: Wind-Explorer <66894537+Wind-Explorer@users.noreply.github.com>
Date: Mon, 12 Aug 2024 01:32:56 +0800
Subject: [PATCH] corrected route placement
---
client/src/App.tsx | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/client/src/App.tsx b/client/src/App.tsx
index a52747e..1530529 100644
--- a/client/src/App.tsx
+++ b/client/src/App.tsx
@@ -78,9 +78,12 @@ function App() {
} path="post/:id" />
} path="edit/:id" />
+
+ {/* Vouchers */}
+ } path="user-voucher" />
- } path="user-voucher" />
+
{/* Special (Restricted) Routes */}
}>