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

10 lines
170 B
JavaScript

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