Skip to content

Commit 407fc9e

Browse files
committed
no need for shim
1 parent 5deae8e commit 407fc9e

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

  • packages
    • reflex-components-core/src/reflex_components_core/core
    • reflex-core/src/reflex_core

packages/reflex-components-core/src/reflex_components_core/core/upload.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

packages/reflex-core/src/reflex_core/event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ def _as_event_spec(
984984
Raises:
985985
ValueError: If the on_upload_progress is not a valid event handler.
986986
"""
987-
from reflex_components_core.core.upload import (
987+
from reflex_components_upload.upload import (
988988
DEFAULT_UPLOAD_ID,
989989
upload_files_context_var_data,
990990
)

0 commit comments

Comments
 (0)