diff options
| author | Haishan <[email protected]> | 2019-12-26 18:50:45 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2019-12-27 16:29:45 +0800 |
| commit | 45c3c7b8b4793ca3b6cd8366baaf035346a6d745 (patch) | |
| tree | e5d343bbf6984d9f89d38a2f9e7ae2a8665e5950 /src/components/LogSearch.js | |
| parent | b033b4825dfeb2e3a15bae298856d5001310a487 (diff) | |
chore: get rid of webpack resolve alias
Diffstat (limited to 'src/components/LogSearch.js')
| -rw-r--r-- | src/components/LogSearch.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/LogSearch.js b/src/components/LogSearch.js index dd43c8a..0b5bec2 100644 --- a/src/components/LogSearch.js +++ b/src/components/LogSearch.js @@ -1,5 +1,5 @@ import Search from './Search'; -import { getSearchText, updateSearchText } from 'd/logs'; +import { getSearchText, updateSearchText } from '../ducks/logs'; const mapStateToProps = s => ({ searchText: getSearchText(s) }); const actions = { updateSearchText }; |
