From b6b88b0437d05d8d584d39ad086cbbfcf427331c Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Sat, 25 Dec 2021 11:16:27 +0100 Subject: [PATCH] lint --- libs/remix-ui/panel/src/index.ts | 2 +- libs/remix-ui/panel/src/lib/types/index.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/remix-ui/panel/src/index.ts b/libs/remix-ui/panel/src/index.ts index 8952e584ec..7cb486511c 100644 --- a/libs/remix-ui/panel/src/index.ts +++ b/libs/remix-ui/panel/src/index.ts @@ -1 +1 @@ -export { default as RemixPanel } from './lib/remix-ui-panel'; +export { default as RemixPanel } from './lib/remix-ui-panel' diff --git a/libs/remix-ui/panel/src/lib/types/index.ts b/libs/remix-ui/panel/src/lib/types/index.ts index ec4fd1456a..48cdd77b20 100644 --- a/libs/remix-ui/panel/src/lib/types/index.ts +++ b/libs/remix-ui/panel/src/lib/types/index.ts @@ -1,7 +1,7 @@ -import { Profile } from "@remixproject/plugin-utils"; +import { Profile } from '@remixproject/plugin-utils' export type PluginRecord = { profile: Profile view: any active: boolean - } \ No newline at end of file + }