Files
react-native-web/performance/components/react-native-web.js
2017-04-05 14:02:17 -07:00

10 lines
135 B
JavaScript

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