From cfef1dc320a5f649d66c3af365cd6aa2d88e46ea Mon Sep 17 00:00:00 2001 From: Lukas Senionis Date: Thu, 27 Oct 2022 00:53:41 +0300 Subject: [PATCH] fix(Field): fix this time for real (#44) --- src/deck-components/Field.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deck-components/Field.tsx b/src/deck-components/Field.tsx index ac9e02b..efe4703 100644 --- a/src/deck-components/Field.tsx +++ b/src/deck-components/Field.tsx @@ -1,4 +1,4 @@ -import { FC, HTMLAttributes, ReactNode, RefAttributes } from 'react'; +import { FC, ReactNode, RefAttributes } from 'react'; import { findModuleChild } from '../webpack'; import { FooterLegendProps } from './FooterLegend';