Skip to content

Commit

Permalink
chore: Update upgrading-from-framework.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
Kosai106 authored Oct 11, 2024
1 parent 109e772 commit 9ccb0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/docs/upgrading-from-framework.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
// ...
Expand Down

0 comments on commit 9ccb0ed

Please sign in to comment.