Skip to content

Commit 90d03bf

Browse files
committed
fix(radio-group): remove unused code
1 parent 44c635d commit 90d03bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/radio-group/radio-group.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { ComponentInterface, EventEmitter } from '@stencil/core';
22
import { Build, Component, Element, Event, Host, Listen, Method, Prop, State, Watch, h } from '@stencil/core';
33
import { checkInvalidState } from '@utils/forms';
4-
import { inheritAriaAttributes, renderHiddenInput } from '@utils/helpers';
4+
import { renderHiddenInput } from '@utils/helpers';
55

66
import { getIonMode } from '../../global/ionic-global';
77

0 commit comments

Comments
 (0)