mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 00:26:27 +02:00
refactor
This commit is contained in:
@@ -9,4 +9,5 @@ import type { IRouter } from '@/nirax.js';
|
||||
export const DI = {
|
||||
routerCurrentDepth: Symbol() as InjectionKey<number>,
|
||||
router: Symbol() as InjectionKey<IRouter>,
|
||||
mock: Symbol() as InjectionKey<boolean>,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user