mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-03-29 22:42:50 +08:00
8 lines
111 B
JavaScript
8 lines
111 B
JavaScript
import Box from './components/Box/reactxp';
|
|
import { View } from 'reactxp';
|
|
|
|
export default {
|
|
Box,
|
|
View
|
|
};
|