diff --git a/app/pages/docs/upgrading-from-framework.mdx b/app/pages/docs/upgrading-from-framework.mdx index d92a20b2..f4dd84e8 100644 --- a/app/pages/docs/upgrading-from-framework.mdx +++ b/app/pages/docs/upgrading-from-framework.mdx @@ -275,7 +275,7 @@ In your `types.ts` file, you'll need to change the module that is being augmented: ```diff -- declare module "@blitzjs/auth" { +- declare module "blitz" { + declare module "@blitzjs/auth" { export interface Session { // ...