From e2df0316ce5b890e762e195bf1ef245c97c615df Mon Sep 17 00:00:00 2001 From: Jonathan Meyer <26874831+atmgrifter00@users.noreply.github.com> Date: Mon, 3 Jun 2024 15:49:00 -0500 Subject: [PATCH] Fix compile. --- packages/nimble-components/src/select/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nimble-components/src/select/index.ts b/packages/nimble-components/src/select/index.ts index 19634e1fa4..f28f5a1c2d 100644 --- a/packages/nimble-components/src/select/index.ts +++ b/packages/nimble-components/src/select/index.ts @@ -42,7 +42,7 @@ import { ListOption } from '../list-option'; import { FilterMode } from './types'; import { diacriticInsensitiveStringNormalizer } from '../utilities/models/string-normalizers'; import { FormAssociatedSelect } from './models/select-form-associated'; -import { ListOptionGroup } from '../list-option-group'; +import type { ListOptionGroup } from '../list-option-group'; declare global { interface HTMLElementTagNameMap {