fix(frontend): fix broken styles
This commit is contained in:
parent
260d35e2f0
commit
0471e457fe
5 changed files with 9 additions and 18 deletions
|
|
@ -12,4 +12,6 @@ export const DI = {
|
|||
mock: Symbol() as InjectionKey<boolean>,
|
||||
pageMetadata: Symbol() as InjectionKey<Ref<Record<string, any>>>,
|
||||
viewId: Symbol() as InjectionKey<string>,
|
||||
currentStickyTop: Symbol() as InjectionKey<Ref<number>>,
|
||||
currentStickyBottom: Symbol() as InjectionKey<Ref<number>>,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue