We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b07fa27 commit 1b8e723Copy full SHA for 1b8e723
frontend/src/routeTree.gen.ts
@@ -117,7 +117,6 @@ const AccountSessionsBrowsersRoute = AccountSessionsBrowsersRouteImport.update({
117
} as any)
118
119
export interface FileRoutesByFullPath {
120
- '': typeof AccountRouteWithChildren
121
'/reset-cross-signing': typeof ResetCrossSigningRouteWithChildren
122
'/clients/$id': typeof ClientsIdRoute
123
'/devices/$': typeof DevicesSplatRoute
@@ -175,7 +174,6 @@ export interface FileRoutesById {
175
174
export interface FileRouteTypes {
176
fileRoutesByFullPath: FileRoutesByFullPath
177
fullPaths:
178
- | ''
179
| '/reset-cross-signing'
180
| '/clients/$id'
181
| '/devices/$'
0 commit comments