mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Remove a bit of duplication to create TS-constants
Co-authored-by: Janne Savolainen <janne.savolainen@live.fi> Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
This commit is contained in:
parent
16aefcd040
commit
2a7fe6223b
@ -31,9 +31,9 @@ const applicationMenuItemCompositeInjectable = getInjectable({
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
parentId: undefined,
|
parentId: undefined,
|
||||||
id: "root" as const,
|
id: "root",
|
||||||
kind: "root" as const,
|
kind: "root",
|
||||||
},
|
} as const,
|
||||||
|
|
||||||
...items,
|
...items,
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user