summaryrefslogtreecommitdiff
path: root/packages/frontend/src/di.ts
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-03-18 17:31:25 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2025-03-18 17:31:25 +0900
commitd609f41f61d82d64cb8b01a0f4e52fb1af2c893e (patch)
treeda49d6df08f1feb73dfcc32fa2ba85d7aa69ee28 /packages/frontend/src/di.ts
parent🎨 (diff)
downloadmisskey-d609f41f61d82d64cb8b01a0f4e52fb1af2c893e.tar.gz
misskey-d609f41f61d82d64cb8b01a0f4e52fb1af2c893e.tar.bz2
misskey-d609f41f61d82d64cb8b01a0f4e52fb1af2c893e.zip
🎨
Diffstat (limited to 'packages/frontend/src/di.ts')
-rw-r--r--packages/frontend/src/di.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/frontend/src/di.ts b/packages/frontend/src/di.ts
index 192242984c..2afe35550d 100644
--- a/packages/frontend/src/di.ts
+++ b/packages/frontend/src/di.ts
@@ -10,4 +10,5 @@ export const DI = {
routerCurrentDepth: Symbol() as InjectionKey<number>,
router: Symbol() as InjectionKey<IRouter>,
mock: Symbol() as InjectionKey<boolean>,
+ pageMetadata: Symbol() as InjectionKey<Ref<Record<string, any>>>,
};