Skip to content

Commit b0d022f

Browse files
committed
adjust import
1 parent f3fb67d commit b0d022f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/renderStream/createRenderStream.tsx

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ import * as React from 'rehackt'
22

33
import {type RenderOptions} from '@testing-library/react/pure.js'
44
import {Assertable, markAssertable} from '../assertable.js'
5-
import {renderWithoutAct, RenderWithoutActAsync} from '../renderWithoutAct.js'
5+
import {
6+
renderWithoutAct,
7+
type RenderWithoutActAsync,
8+
} from '../renderWithoutAct.js'
69
import {RenderInstance, type Render, type BaseRender} from './Render.js'
710
import {type RenderStreamContextValue} from './context.js'
811
import {RenderStreamContextProvider} from './context.js'

0 commit comments

Comments
 (0)