mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-04-01 22:42:19 +08:00
10 lines
170 B
JavaScript
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
|
|
};
|