Remove unused import in inbox
This commit is contained in:
parent
2b2a1bf9a9
commit
1c0e82053c
|
@ -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 New Issue