mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-17 20:39:14 +00: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
|
|
};
|