fix(radio-group): remove unused code

This commit is contained in:
Maria Hutt
2025-11-03 15:45:20 -08:00
parent 44c635d0a6
commit 90d03bf72e

View File

@@ -1,7 +1,7 @@
import type { ComponentInterface, EventEmitter } from '@stencil/core';
import { Build, Component, Element, Event, Host, Listen, Method, Prop, State, Watch, h } from '@stencil/core';
import { checkInvalidState } from '@utils/forms';
import { inheritAriaAttributes, renderHiddenInput } from '@utils/helpers';
import { renderHiddenInput } from '@utils/helpers';
import { getIonMode } from '../../global/ionic-global';