diff --git a/packages/react-router/src/fileRoute.ts b/packages/react-router/src/fileRoute.ts index f33d8b323c..698a68df44 100644 --- a/packages/react-router/src/fileRoute.ts +++ b/packages/react-router/src/fileRoute.ts @@ -89,14 +89,6 @@ export function createFileRoute< @deprecated It's no longer recommended to use the `FileRoute` class directly. Instead, use `createFileRoute('/path/to/file')(options)` to create a file route. */ -/** - @deprecated It's no longer recommended to use the `FileRoute` class directly. - Instead, use `createFileRoute('/path/to/file')(options)` to create a file route. -*/ -/** - @deprecated It's no longer recommended to use the `FileRoute` class directly. - Instead, use `createFileRoute('/path')(options)` to create a file route. -*/ export class FileRoute< TFilePath extends keyof FileRoutesByPath, TParentRoute extends AnyRoute = FileRoutesByPath[TFilePath]['parentRoute'],