Skip to content

Commit 1130528

Browse files
committed
interesting
1 parent ed22210 commit 1130528

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/units/components/core/test_upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from typing import Any, cast
22

33
import pytest
4-
from reflex_components_core.core.upload import (
4+
from reflex_components_upload.upload import (
55
StyledUpload,
66
Upload,
77
UploadNamespace,

tests/units/test_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2186,7 +2186,7 @@ def test_call_app():
21862186

21872187

21882188
def test_app_with_optional_endpoints():
2189-
from reflex_components_core.core.upload import Upload
2189+
from reflex_components_upload.upload import Upload
21902190

21912191
app = App()
21922192
Upload.is_used = True

0 commit comments

Comments
 (0)