Skip to content

Commit 1cdc1fc

Browse files
Fix linter issue
1 parent f89d756 commit 1cdc1fc

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
@@ -2,11 +2,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';
44
import { renderHiddenInput } from '@utils/helpers';
5+
import { hostContext } from '@utils/theme';
56

67
import { getIonTheme } from '../../global/ionic-global';
78

89
import type { RadioGroupChangeEventDetail, RadioGroupCompareFn } from './radio-group-interface';
9-
import {hostContext} from "@utils/theme";
1010

1111
/**
1212
* @virtualProp {"ios" | "md"} mode - The mode determines the platform behaviors of the component.

0 commit comments

Comments
 (0)