mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-13 13:08:47 +08:00
fix(radio-group): remove unused code
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import type { ComponentInterface, EventEmitter } from '@stencil/core';
|
import type { ComponentInterface, EventEmitter } from '@stencil/core';
|
||||||
import { Build, Component, Element, Event, Host, Listen, Method, Prop, State, Watch, h } from '@stencil/core';
|
import { Build, Component, Element, Event, Host, Listen, Method, Prop, State, Watch, h } from '@stencil/core';
|
||||||
import { checkInvalidState } from '@utils/forms';
|
import { checkInvalidState } from '@utils/forms';
|
||||||
import { inheritAriaAttributes, renderHiddenInput } from '@utils/helpers';
|
import { renderHiddenInput } from '@utils/helpers';
|
||||||
|
|
||||||
import { getIonMode } from '../../global/ionic-global';
|
import { getIonMode } from '../../global/ionic-global';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user