Import radix as rx.radix (#2374)
This commit is contained in:
parent
26a9e79a5f
commit
16f9f743bb
@ -253,6 +253,7 @@ _MAPPING = {
|
||||
"reflex.compiler.utils": ["get_asset_path"],
|
||||
"reflex.components": _ALL_COMPONENTS + ["chakra", "next"],
|
||||
"reflex.components.component": ["memo"],
|
||||
"reflex.components.radix": ["radix"],
|
||||
"reflex.components.recharts": ["recharts"],
|
||||
"reflex.components.moment.moment": ["MomentDelta"],
|
||||
"reflex.config": ["config", "Config", "DBConfig"],
|
||||
|
@ -447,6 +447,7 @@ from reflex.components import NoSSRComponent as NoSSRComponent
|
||||
from reflex.components import chakra as chakra
|
||||
from reflex.components import next as next
|
||||
from reflex.components.component import memo as memo
|
||||
from reflex.components import radix as radix
|
||||
from reflex.components import recharts as recharts
|
||||
from reflex.components.moment.moment import MomentDelta as MomentDelta
|
||||
from reflex import config as config
|
||||
|
Loading…
Reference in New Issue
Block a user