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';