mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-16 10:17:27 +08:00
fix: 🚑 incorrect routing, class fixes, update readme
This commit is contained in:
@@ -88,6 +88,7 @@
|
||||
<Route path="/support" component={Communities} />
|
||||
<Route path="/cards" component={LinkCard} />
|
||||
<Route path="/setup" component={SetupInstructions} />
|
||||
<Route path="/ranking" component={Ranking} />
|
||||
<Route path="/ranking/:game" component={Ranking} />
|
||||
<Route path="/u/:username" component={UserHome} />
|
||||
<Route path="/u/:username/:game" component={UserHome} />
|
||||
|
||||
Reference in New Issue
Block a user