mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-03-30 17:34:05 +08:00
Includes a 'css-modules' implementation of the nested trees to act as a baseline for comparison.
8 lines
87 B
JavaScript
8 lines
87 B
JavaScript
import Box from './Box';
|
|
import View from './View';
|
|
|
|
export default {
|
|
Box,
|
|
View
|
|
};
|