mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-03-27 01:34:17 +08:00
8 lines
125 B
JavaScript
8 lines
125 B
JavaScript
import Box from './components/Box/emotion';
|
|
import View from './components/View/emotion';
|
|
|
|
export default {
|
|
Box,
|
|
View
|
|
};
|