chore: fix lint errors

This commit is contained in:
doprz
2024-03-02 17:20:05 -06:00
parent 74e6379d93
commit 5abb2a4d4f
5 changed files with 8 additions and 24 deletions

View File

@@ -4,8 +4,8 @@ import { MessageListener } from 'chrome-extension-toolkit';
import onInstall from './events/onInstall';
import onServiceWorkerAlive from './events/onServiceWorkerAlive';
import onUpdate from './events/onUpdate';
import CESHandler from './handler/CESHandler';
import browserActionHandler from './handler/browserActionHandler';
import CESHandler from './handler/CESHandler';
import tabManagementHandler from './handler/tabManagementHandler';
import userScheduleHandler from './handler/userScheduleHandler';