mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
5 lines
84 B
JavaScript
5 lines
84 B
JavaScript
/**
|
|
* An example for a module that is not a component.
|
|
*/
|
|
module.exports = "abc";
|