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