This commit is contained in:
Adria Navarro 2025-03-10 13:20:10 +01:00
parent b7eb3cac64
commit 1bdcb0986d
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@
import { findComponentById } from "@/utils/components.js"
import { isGridEvent } from "@/utils/grid"
import { DNDPlaceholderID } from "@/constants"
import { Component, DropPosition } from "@budibase/types"
import type { Component } from "@budibase/types"
import { DropPosition } from "@budibase/types"
type ChildCoords = {
placeholder: boolean