From 4b68685ecb85a3b194ffe5b54cf68dc68d9bbff5 Mon Sep 17 00:00:00 2001 From: Joseph Izang Date: Thu, 30 May 2024 18:00:02 +0100 Subject: [PATCH] add type --- libs/remix-ui/panel/src/lib/types/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/remix-ui/panel/src/lib/types/index.ts b/libs/remix-ui/panel/src/lib/types/index.ts index ca6b233a51..4deccc1dbd 100644 --- a/libs/remix-ui/panel/src/lib/types/index.ts +++ b/libs/remix-ui/panel/src/lib/types/index.ts @@ -1,4 +1,5 @@ import { Profile } from '@remixproject/plugin-utils' +import EventEmitter from 'events' export type PluginRecord = { profile: Profile