Close #236 add tag generators

This commit is contained in:
Misode
2022-05-25 03:57:55 +02:00
parent 781d545962
commit 32e6d5c167
6 changed files with 59 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ export function App() {
<Router onChange={changeRoute}>
<Home path="/" />
<Category path="/worldgen" category="worldgen" />
<Category path="/tags" category="tags" />
<Category path="/assets" category="assets" />
<Partners path="/partners" />
<Sounds path="/sounds" />