Skip to content

Commit

Permalink
adjust import
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Dec 4, 2024
1 parent f3fb67d commit b0d022f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/renderStream/createRenderStream.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ import * as React from 'rehackt'

import {type RenderOptions} from '@testing-library/react/pure.js'
import {Assertable, markAssertable} from '../assertable.js'
import {renderWithoutAct, RenderWithoutActAsync} from '../renderWithoutAct.js'
import {
renderWithoutAct,
type RenderWithoutActAsync,
} from '../renderWithoutAct.js'
import {RenderInstance, type Render, type BaseRender} from './Render.js'
import {type RenderStreamContextValue} from './context.js'
import {RenderStreamContextProvider} from './context.js'
Expand Down

0 comments on commit b0d022f

Please sign in to comment.