Skip to content

Commit

Permalink
Fix #11396 (#11397)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Neutkens <tim@timneutkens.nl>
  • Loading branch information
comxd and timneutkens committed Mar 30, 2020
1 parent fc94605 commit 6f27e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/types/index.d.ts
Expand Up @@ -5,7 +5,7 @@
import React from 'react'
import { ParsedUrlQuery } from 'querystring'
import { IncomingMessage, ServerResponse } from 'http'
import { Env } from '../lib/load-env-config'
import { Env } from '../dist/lib/load-env-config'

import {
NextPageContext,
Expand Down

0 comments on commit 6f27e21

Please sign in to comment.