mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-08 09:12:05 +08:00
5 lines
84 B
JavaScript
5 lines
84 B
JavaScript
/**
|
|
* An example for a module that is not a component.
|
|
*/
|
|
module.exports = "abc";
|