Skip to content

Commit e32fc67

Browse files
committed
fix bad import
1 parent 73967b4 commit e32fc67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reactpy_django/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
from django.templatetags.static import static
3131
from django.utils.encoding import smart_str
3232
from reactpy import vdom_to_html
33-
from reactpy.backend.hooks import ConnectionContext
3433
from reactpy.backend.types import Connection, Location
34+
from reactpy.core.hooks import ConnectionContext
3535
from reactpy.core.layout import Layout
3636

3737
from reactpy_django.exceptions import (

0 commit comments

Comments
 (0)