File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
import { type ReactNode , Suspense } from 'react' ;
2
- import { GET } from 'app/changelog/ api/auth/[...nextauth]/route' ;
2
+ import { GET } from 'app/api/auth/[...nextauth]/route' ;
3
3
import type { Metadata } from 'next' ;
4
4
import { getServerSession } from 'next-auth/next' ;
5
5
Original file line number Diff line number Diff line change 1
1
import crypto from 'crypto' ;
2
2
3
3
import { Storage } from '@google-cloud/storage' ;
4
- import { GET as sessionHandler } from 'app/changelog/ api/auth/[...nextauth]/route' ;
4
+ import { GET as sessionHandler } from 'app/api/auth/[...nextauth]/route' ;
5
5
import { NextRequest } from 'next/server' ;
6
6
import { getServerSession } from 'next-auth/next' ;
7
7
Original file line number Diff line number Diff line change 1
1
import { Fragment , Suspense } from 'react' ;
2
2
import { type Category , type Changelog } from '@prisma/client' ;
3
3
import * as Sentry from '@sentry/nextjs' ;
4
- import { GET as sessionHandler } from 'app/changelog/ api/auth/[...nextauth]/route' ;
4
+ import { GET as sessionHandler } from 'app/api/auth/[...nextauth]/route' ;
5
5
import type { Metadata , ResolvingMetadata } from 'next' ;
6
6
import { unstable_cache } from 'next/cache' ;
7
7
import Link from 'next/link' ;
You can’t perform that action at this time.
0 commit comments