Merge pull request #1094 from Retrospring/fix/ts-inbox-author-search-import

Remove unused import in inbox
This commit is contained in:
Karina Kwiatek 2023-02-18 19:06:33 +01:00 committed by GitHub
commit cd0866b31f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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