removed host-context

This commit is contained in:
BenOsodrac
2025-02-18 20:17:11 +00:00
parent 98d1f52b35
commit 84e281a5e3

View File

@@ -1,6 +1,6 @@
import type { ComponentInterface } from '@stencil/core';
import { Component, Element, Host, Prop, h } from '@stencil/core';
import { createColorClasses, hostContext } from '@utils/theme';
import { createColorClasses } from '@utils/theme';
import { getIonTheme } from '../../global/ionic-global';
import type { Color } from '../../interface';