mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-05-16 08:30:06 +08:00
10 lines
135 B
JavaScript
10 lines
135 B
JavaScript
import Box from './Box';
|
|
import Tweet from './Tweet';
|
|
import { View } from 'react-native';
|
|
|
|
export default {
|
|
Box,
|
|
Tweet,
|
|
View
|
|
};
|