All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
6 lines
208 B
JavaScript
6 lines
208 B
JavaScript
export * from './exports';
|
|
import { getBatch } from './utils/batch'; // For other renderers besides ReactDOM and React Native,
|
|
// use the default noop batch function
|
|
|
|
var batch = getBatch();
|
|
export { batch }; |