mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-17 12:34:48 +00: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
|
|
};
|