add Ko-fi bean
This commit is contained in:
@@ -5,6 +5,7 @@ import {
|
||||
GenlockeDetail,
|
||||
GenlockeList,
|
||||
Home,
|
||||
JournalEntryPage,
|
||||
NewGenlocke,
|
||||
NewRun,
|
||||
RunList,
|
||||
@@ -30,6 +31,7 @@ function App() {
|
||||
<Route path="runs" element={<RunList />} />
|
||||
<Route path="runs/new" element={<NewRun />} />
|
||||
<Route path="runs/:runId" element={<RunEncounters />} />
|
||||
<Route path="runs/:runId/journal/:entryId" element={<JournalEntryPage />} />
|
||||
<Route path="genlockes" element={<GenlockeList />} />
|
||||
<Route path="genlockes/new" element={<NewGenlocke />} />
|
||||
<Route path="genlockes/:genlockeId" element={<GenlockeDetail />} />
|
||||
|
||||
Reference in New Issue
Block a user