mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-07 09:17:55 +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";
|