mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 18:29:52 +01:00
Merge pull request #1094 from Retrospring/fix/ts-inbox-author-search-import
Remove unused import in inbox
This commit is contained in:
commit
cd0866b31f
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
|||
import registerEvents from 'utilities/registerEvents';
|
||||
import registerInboxEntryEvents from './entry';
|
||||
import { authorSearchHandler } from './author';
|
||||
import { deleteAllAuthorQuestionsHandler, deleteAllQuestionsHandler } from './delete';
|
||||
|
||||
export default (): void => {
|
||||
|
|
Loading…
Reference in a new issue