remove non-necessary stuff
This commit is contained in:
parent
c0414ed1f5
commit
bf1b6c6f55
@ -56,7 +56,6 @@ from reflex.components.component import (
|
|||||||
Component,
|
Component,
|
||||||
ComponentStyle,
|
ComponentStyle,
|
||||||
evaluate_style_namespaces,
|
evaluate_style_namespaces,
|
||||||
memo,
|
|
||||||
)
|
)
|
||||||
from reflex.components.core.banner import connection_pulser, connection_toaster
|
from reflex.components.core.banner import connection_pulser, connection_toaster
|
||||||
from reflex.components.core.breakpoints import set_breakpoints
|
from reflex.components.core.breakpoints import set_breakpoints
|
||||||
@ -163,7 +162,6 @@ def default_overlay_component() -> Component:
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@memo
|
|
||||||
def default_error_boundary(*children: Component) -> Component:
|
def default_error_boundary(*children: Component) -> Component:
|
||||||
"""Default error_boundary attribute for App.
|
"""Default error_boundary attribute for App.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user