Skip to content

Commit

Permalink
Undo no-op change
Browse files Browse the repository at this point in the history
  • Loading branch information
msmithNI committed May 10, 2024
1 parent afaa3cb commit 247b51a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nimble-components/src/checkbox/index.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 247b51a

Please sign in to comment.