diff --git a/reflex/components/radix/themes/components/icon_button.py b/reflex/components/radix/themes/components/icon_button.py index 9daf86691..14bbad41d 100644 --- a/reflex/components/radix/themes/components/icon_button.py +++ b/reflex/components/radix/themes/components/icon_button.py @@ -5,8 +5,8 @@ from __future__ import annotations from typing import Literal from reflex.components.component import Component -from reflex.components.core import match from reflex.components.core.breakpoints import Responsive +from reflex.components.core.match import match from reflex.components.el import elements from reflex.components.lucide import Icon from reflex.style import Style