From e6f36edabf37242b194acf8378173c314ad54774 Mon Sep 17 00:00:00 2001 From: codefactor-io Date: Mon, 17 Mar 2025 20:52:33 +0000 Subject: [PATCH] [CodeFactor] Apply fixes to commit 587aa5e --- src/plugins/core/createAPI.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/core/createAPI.ts b/src/plugins/core/createAPI.ts index 22451223..4c257148 100644 --- a/src/plugins/core/createAPI.ts +++ b/src/plugins/core/createAPI.ts @@ -1,4 +1,4 @@ -import type { Plugin, PluginAPI, PluginSettings, SEQTAAPI, SettingsAPI, StorageAPI, EventsAPI } from './types'; +import type { EventsAPI, Plugin, PluginAPI, PluginSettings, SEQTAAPI, SettingsAPI, StorageAPI } from './types'; import { eventManager } from '@/seqta/utils/listeners/EventManager'; import ReactFiber from '@/seqta/utils/ReactFiber'; import browser from 'webextension-polyfill';