refactor
This commit is contained in:
parent
c88f5f5195
commit
2ddedd0ce6
9 changed files with 15 additions and 19 deletions
|
|
@ -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>,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue