mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-04-20 16:35:10 +08:00
8 lines
113 B
JavaScript
8 lines
113 B
JavaScript
import Box from './Box/index.styled';
|
|
import View from './View/index.styled';
|
|
|
|
export default {
|
|
Box,
|
|
View
|
|
};
|