We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed22210 commit 1130528Copy full SHA for 1130528
2 files changed
tests/units/components/core/test_upload.py
@@ -1,7 +1,7 @@
1
from typing import Any, cast
2
3
import pytest
4
-from reflex_components_core.core.upload import (
+from reflex_components_upload.upload import (
5
StyledUpload,
6
Upload,
7
UploadNamespace,
tests/units/test_app.py
@@ -2186,7 +2186,7 @@ def test_call_app():
2186
2187
2188
def test_app_with_optional_endpoints():
2189
- from reflex_components_core.core.upload import Upload
+ from reflex_components_upload.upload import Upload
2190
2191
app = App()
2192
Upload.is_used = True
0 commit comments