Skip to content

Commit

Permalink
fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
HuiSF committed May 9, 2024
1 parent f490f6c commit 1dbe6e0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3,7 +3,7 @@ import {
OAuthConfig,
decodeJWT,
} from '@aws-amplify/core';
import { NextRequest, NextResponse } from 'next/server';
import { NextRequest, NextResponse } from 'next/server.js';
import {
createKeyValueStorageFromCookieStorageAdapter,
validateState,
Expand Down

0 comments on commit 1dbe6e0

Please sign in to comment.