mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 17:15:54 +00:00
6 lines
72 B
JavaScript
6 lines
72 B
JavaScript
'use strict';
|
|
|
|
module.exports = function() {
|
|
return function() {};
|
|
};
|