Skip to content

Commit

Permalink
fix: rename import
Browse files Browse the repository at this point in the history
  • Loading branch information
wyattjoh committed Jul 7, 2023
1 parent 06b780e commit c71225c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ const edgeSSRLoader: webpack.LoaderDefinitionFunction<EdgeSSRLoaderQuery> =
// TODO: re-enable this once we've refactored to use implicit matches
// const renderToHTML = undefined
import { renderToHTML as pagesRenderToHTML } from 'next/dist/esm/server/render'
import { renderToHTML } from 'next/dist/esm/server/render'
import RouteModule from "next/dist/esm/server/future/route-modules/pages/module"
const pageMod = {
Expand Down

0 comments on commit c71225c

Please sign in to comment.