🚨 Fix build warnings

This commit is contained in:
Manuel
2023-01-20 20:24:25 +01:00
parent 77ae6f0082
commit 7edbc96c23
3 changed files with 4 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
import { GridItemHTMLElement, GridStack, GridStackNode } from 'fily-publish-gridstack';
import { MutableRefObject, RefObject, useEffect } from 'react';
import { MutableRefObject, RefObject } from 'react';
import { AppType } from '../../../../types/app';
import { ShapeType } from '../../../../types/shape';
import { IWidget } from '../../../../widgets/widgets';