From d609f41f61d82d64cb8b01a0f4e52fb1af2c893e Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Tue, 18 Mar 2025 17:31:25 +0900 Subject: 🎨 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/src/di.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/frontend/src/di.ts') 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, router: Symbol() as InjectionKey, mock: Symbol() as InjectionKey, + pageMetadata: Symbol() as InjectionKey>>, }; -- cgit v1.2.3-freya