Files
react-native-web/performance/src/glamor.js
Nicolas Gallagher 547c375bd6 Add more comparative benchmarks
Add "aphrodite", "react-jss", and "reactxp" renderers.

"react-addons-perf" is required due to:
https://github.com/Microsoft/reactxp/issues/11
2017-04-08 18:52:15 -07:00

8 lines
123 B
JavaScript

import Box from './components/Box/glamor';
import View from './components/View/glamor';
export default {
Box,
View
};