chore: remove wallet code comments

This commit is contained in:
TerryM
2026-06-04 09:55:19 +08:00
parent f8369b6361
commit 355c920c80
7 changed files with 2 additions and 46 deletions

View File

@@ -51,7 +51,6 @@ export default function App() {
<ScrollToTop />
<Routes>
<Route element={<PublicLayout />}>
{/* English (root, no prefix) */}
<Route
path="/"
element={<LocalizedHomePage targetLang="en" />}
@@ -79,7 +78,6 @@ export default function App() {
element={<Favorites />}
/>
{/* Each non-English language gets its own nested tree. */}
{localizedHomeRoutes.map((route) => (
<Route key={route.path} path={route.path}>
<Route