From 247b51aec754fc29d7af49d522b3034e47661c13 Mon Sep 17 00:00:00 2001 From: Malcolm Smith <20709258+msmithNI@users.noreply.github.com> Date: Fri, 10 May 2024 14:25:57 -0500 Subject: [PATCH] Undo no-op change --- packages/nimble-components/src/checkbox/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/nimble-components/src/checkbox/index.ts b/packages/nimble-components/src/checkbox/index.ts index 505ad2865e..95f4d70cff 100644 --- a/packages/nimble-components/src/checkbox/index.ts +++ b/packages/nimble-components/src/checkbox/index.ts @@ -1,8 +1,8 @@ import { DesignSystem, Checkbox as FoundationCheckbox, - checkboxTemplate as template, - CheckboxOptions + CheckboxOptions, + checkboxTemplate as template } from '@microsoft/fast-foundation'; import { check16X16, minus16X16 } from '@ni/nimble-tokens/dist/icons/js'; import { styles } from './styles';