Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mollykreis committed Dec 6, 2024
1 parent 027838f commit d3e5e6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/nimble-components/src/number-field/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { attr, html, observable } from '@microsoft/fast-element';
import { attr, html } from '@microsoft/fast-element';
import {
DesignSystem,
NumberField as FoundationNumberField,
Expand Down
2 changes: 1 addition & 1 deletion packages/nimble-components/src/text-field/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { attr, html, observable } from '@microsoft/fast-element';
import { attr, html } from '@microsoft/fast-element';
import {
DesignSystem,
TextField as FoundationTextField,
Expand Down

0 comments on commit d3e5e6b

Please sign in to comment.