Add talent decoding and spiffing up icon frames

This commit is contained in:
Melvin Valster
2019-07-22 21:16:55 +02:00
parent 2f99089377
commit 9d91bc32fb
18 changed files with 269 additions and 82 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ const App: React.FC = () => {
return (
<Router>
<div className="App">
<Route path="/:selectedClass?/:points?" component={IndexRoute} />
<Route path="/:selectedClass?/:pointString?" component={IndexRoute} />
</div>
</Router>
);