File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/reactpy_django/templatetags Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
from reactpy .backend .hooks import ConnectionContext
11
11
from reactpy .backend .types import Connection , Location
12
12
from reactpy .core .types import ComponentConstructor
13
- from reactpy .utils import strtobool , vdom_to_html
13
+ from reactpy .utils import vdom_to_html
14
14
15
15
from reactpy_django import config , models
16
16
from reactpy_django .exceptions import (
21
21
OfflineComponentMissing ,
22
22
)
23
23
from reactpy_django .types import ComponentParams
24
- from reactpy_django .utils import SyncLayout , validate_component_args
24
+ from reactpy_django .utils import SyncLayout , strtobool , validate_component_args
25
25
26
26
try :
27
27
RESOLVED_WEB_MODULES_PATH = reverse ("reactpy:web_modules" , args = ["/" ]).strip ("/" )
You can’t perform that action at this time.
0 commit comments