fix(Field): fix this time for real (#44)

This commit is contained in:
Lukas Senionis
2022-10-27 00:53:41 +03:00
committed by GitHub
parent f6b4d6b254
commit cfef1dc320

View File

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