correctly import type

This commit is contained in:
Peter Clement 2025-03-20 09:53:19 +00:00
parent 6a5679f3f4
commit cd36b68805
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@
getThemeClassNames,
DefaultAppTheme,
} from "@budibase/shared-core"
import { Theme } from "@budibase/types"
import { PopoverAlignment } from "../constants"
import type { Theme } from "@budibase/types"
import type { PopoverAlignment } from "../constants"
export let value: string | undefined = undefined
export let size: "S" | "M" | "L" = "M"