We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee52c2b commit a9e65c9Copy full SHA for a9e65c9
src/index.js
@@ -11,10 +11,6 @@ import { setBatch } from './utils/batch'
11
import { unstable_batchedUpdates as batch } from './utils/reactBatchedUpdates'
12
import shallowEqual from './utils/shallowEqual'
13
14
-import { add } from './test'
15
-
16
-console.log(add(3, 3))
17
18
setBatch(batch)
19
20
export {
src/test.ts
0 commit comments