Remove unused import in inbox

This commit is contained in:
Karina Kwiatek 2023-02-18 18:00:49 +01:00
parent 2b2a1bf9a9
commit 1c0e82053c
1 changed files with 0 additions and 1 deletions

View File

@ -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 => {