From eb7ae2588c6019786632c449bb00554e4f0c464e Mon Sep 17 00:00:00 2001 From: Mary Hipp Date: Tue, 21 Mar 2023 10:21:58 -0400 Subject: [PATCH] unused var --- invokeai/frontend/web/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invokeai/frontend/web/index.d.ts b/invokeai/frontend/web/index.d.ts index 48d406d800..188f3eb8fa 100644 --- a/invokeai/frontend/web/index.d.ts +++ b/invokeai/frontend/web/index.d.ts @@ -1,4 +1,4 @@ -import React, { PropsWithChildren } from 'react'; +import { PropsWithChildren } from 'react'; import { IAIPopoverProps } from '../web/src/common/components/IAIPopover'; import { IAIIconButtonProps } from '../web/src/common/components/IAIIconButton';