mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Remove unused imports. (#5950)
This commit is contained in:
parent
75efa817c0
commit
44d12d0c95
|
@ -1,6 +1,5 @@
|
|||
import {IncomingMessage, ServerResponse} from 'http'
|
||||
import { ParsedUrlQuery } from 'querystring'
|
||||
import { join } from 'path'
|
||||
import React from 'react'
|
||||
import { renderToString, renderToStaticMarkup } from 'react-dom/server'
|
||||
import Router from '../lib/router/router'
|
||||
|
@ -8,7 +7,6 @@ import { loadGetInitialProps, isResSent } from '../lib/utils'
|
|||
import Head, { defaultHead } from '../lib/head'
|
||||
import Loadable from '../lib/loadable'
|
||||
import LoadableCapture from '../lib/loadable-capture'
|
||||
import { SERVER_DIRECTORY } from 'next-server/constants'
|
||||
import {getDynamicImportBundles, Manifest as ReactLoadableManifest, ManifestItem} from './get-dynamic-import-bundles'
|
||||
import {getPageFiles, BuildManifest} from './get-page-files'
|
||||
|
||||
|
|
Loading…
Reference in a new issue