Files
react-native-web/benchmarks/src/react-native-stylesheet.js
2017-05-25 21:44:01 -07:00

8 lines
157 B
JavaScript

import Box from './components/Box/react-native-stylesheet';
import View from './components/View/react-native-stylesheet';
export default {
Box,
View
};