Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Jun 26, 2022
1 parent 906f531 commit ff0d833
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/next/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import isError from '../lib/is-error'

import { HtmlContext } from '../shared/lib/html-context'
import type { HtmlProps } from '../shared/lib/html-context'
import { PAGE_RUNTIME } from '../lib/constants'

export { DocumentContext, DocumentInitialProps, DocumentProps }

Expand Down
1 change: 0 additions & 1 deletion packages/next/server/base-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ import { getHostname } from '../shared/lib/get-hostname'
import { parseUrl as parseUrlUtil } from '../shared/lib/router/utils/parse-url'
import { getNextPathnameInfo } from '../shared/lib/router/utils/get-next-pathname-info'
import { normalizePagePath } from '../shared/lib/page-path/normalize-page-path'
import { PAGE_RUNTIME } from '../lib/constants'

export type FindComponentsResult = {
components: LoadComponentsReturnType
Expand Down

0 comments on commit ff0d833

Please sign in to comment.