Skip to content

Commit

Permalink
incorrect import type
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Oct 12, 2023
1 parent d3678e6 commit d26ec7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import type {
import {
renderToPipeableStream as RenderToPipeableStream,
renderToReadableStream as RenderToReadableStream,
} from 'react-dom/server'
Expand Down

0 comments on commit d26ec7b

Please sign in to comment.