Skip to content

Commit

Permalink
Fix duplicate import of 'h' in shadow.tsx component
Browse files Browse the repository at this point in the history
Refs: #7310
  • Loading branch information
deleonio committed Jan 29, 2025
1 parent 426ac02 commit f7a825b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/components/form/shadow.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { JSX } from '@stencil/core';
import { Component, Element, h, h, Host, Method, Prop, State, Watch } from '@stencil/core';
import { Component, Element, h, Host, Method, Prop, State, Watch } from '@stencil/core';
import { validateErrorList, watchBoolean, watchString } from '../../schema';

import { translate } from '../../i18n';
Expand Down

0 comments on commit f7a825b

Please sign in to comment.