Move virtuoso constant to proper location

This commit is contained in:
schroda
2025-07-23 01:37:47 +02:00
parent ebe8a3c376
commit 18f524c91a
4 changed files with 11 additions and 4 deletions

View File

@@ -205,5 +205,3 @@ type ExtractStringPaths<T> = T extends { path: infer P }
: ExtractChildRouteStringPaths<T>;
export type StaticAppRoute = ExtractStringPaths<(typeof AppRoutes)[keyof typeof AppRoutes]>;
export const GROUPED_VIRTUOSO_Z_INDEX = 2;