Files
react-native-web/performance/implementations/css-modules/index.js
Nicolas Gallagher 18440158b3 Add comparative performance benchmarks
Includes a 'css-modules' implementation of the nested trees to act as a
baseline for comparison.
2017-02-26 17:19:43 -08:00

8 lines
87 B
JavaScript

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