mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
6 lines
135 B
JavaScript
6 lines
135 B
JavaScript
'use strict';
|
|
|
|
// TODO: Once we remove the DOM bits from React, this shim can go away.
|
|
|
|
module.exports = require('./ReactIsomorphic');
|