Config With Seacrh

This commit is contained in:
elforjani3
2020-04-11 15:00:22 +02:00
parent e8079dbde3
commit 940418c4e0
12 changed files with 284 additions and 149 deletions

View File

@@ -0,0 +1,8 @@
import t from 'store/types';
export function generalSearch(name, result) {
return {
type: t.SEARCH_SUCCESS,
result,
};
}