Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
iartemiev committed Oct 21, 2023
1 parent 1d1d3e2 commit 04c26ef
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/adapter-nextjs/src/generateServerClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ import { getAmplifyServerContext } from '@aws-amplify/core/internals/adapter-cor

import { V6Client } from '@aws-amplify/api-graphql';

import {
NextServer,
runWithAmplifyServerContext,
getAmplifyConfig,
} from './index';
import { runWithAmplifyServerContext } from './runWithAmplifyServerContext';
import { getAmplifyConfig } from './utils/getAmplifyConfig';
import { NextServer } from './types';

export type {
GraphQLResult,
Expand Down

0 comments on commit 04c26ef

Please sign in to comment.