Lint
This commit is contained in:
parent
b7eb3cac64
commit
1bdcb0986d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue