mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-04-23 04:00:04 +08:00
8 lines
123 B
JavaScript
8 lines
123 B
JavaScript
import Box from './components/Box/glamor';
|
|
import View from './components/View/glamor';
|
|
|
|
export default {
|
|
Box,
|
|
View
|
|
};
|