This commit is contained in:
The_Grits 2016-09-30 13:54:34 -04:00 committed by GitHub
parent d90f62c316
commit 195930bc53

View file

@ -1 +1,3 @@
module.exports.setSearchTerm = function () {
return this.props.searchTerm;
};