Remove screen id

This commit is contained in:
Adria Navarro 2025-01-09 13:55:00 +01:00
parent 71c6480c1b
commit 70a8b9e468
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ export type ScreenRoutingJson = Record<
subpaths: Record<
string,
{
screenId: string
screens: Record<string, string>
}
>