@@ -1551,6 +1587,8 @@ export function RunEncounters() {
allowedTypes={rulesAllowedTypes.length ? rulesAllowedTypes : undefined}
/>
)}
+ >
+ )}
{/* Shiny Encounter Modal */}
{showShinyModal && routes && (
diff --git a/frontend/src/pages/index.ts b/frontend/src/pages/index.ts
index 41f10f9..87b9f0b 100644
--- a/frontend/src/pages/index.ts
+++ b/frontend/src/pages/index.ts
@@ -1,6 +1,7 @@
export { GenlockeDetail } from './GenlockeDetail'
export { GenlockeList } from './GenlockeList'
export { Home } from './Home'
+export { JournalEntryPage } from './JournalEntryPage'
export { NewGenlocke } from './NewGenlocke'
export { NewRun } from './NewRun'
export { RunList } from './RunList'
diff --git a/frontend/src/types/index.ts b/frontend/src/types/index.ts
index 1a52dc1..d08c174 100644
--- a/frontend/src/types/index.ts
+++ b/frontend/src/types/index.ts
@@ -1,4 +1,5 @@
export * from './admin'
export * from './game'
+export * from './journal'
export * from './rules'
export * from './stats'