diff options
| author | Haishan <[email protected]> | 2020-10-31 18:18:04 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-11-01 17:42:52 +0800 |
| commit | ff1a39d04e53b428e34d46c55ecd6689189b5443 (patch) | |
| tree | 94a60abe3d28a1d729b877356bdd38d75ce655a5 /src/components/LogSearch.js | |
| parent | e62c9165481ef12ee2310dee1c32f890b3fe4b78 (diff) | |
chore: run ts-migrate
Diffstat (limited to 'src/components/LogSearch.js')
| -rw-r--r-- | src/components/LogSearch.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/components/LogSearch.js b/src/components/LogSearch.js deleted file mode 100644 index 9c7879f..0000000 --- a/src/components/LogSearch.js +++ /dev/null @@ -1,6 +0,0 @@ -import { getSearchText, updateSearchText } from '../store/logs'; -import Search from './Search'; -import { connect } from './StateProvider'; - -const mapState = (s) => ({ searchText: getSearchText(s), updateSearchText }); -export default connect(mapState)(Search); |
