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