Skip to content

Commit

Permalink
fix bad import
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Dec 9, 2024
1 parent 73967b4 commit e32fc67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reactpy_django/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
from django.templatetags.static import static
from django.utils.encoding import smart_str
from reactpy import vdom_to_html
from reactpy.backend.hooks import ConnectionContext
from reactpy.backend.types import Connection, Location
from reactpy.core.hooks import ConnectionContext
from reactpy.core.layout import Layout

from reactpy_django.exceptions import (
Expand Down

0 comments on commit e32fc67

Please sign in to comment.