Skip to content

Commit 208cdc6

Browse files
committed
Add JS as known third party pkg
1 parent 74d13ef commit 208cdc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reactpy/pyscript/layout_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
import asyncio
33
import logging
44

5+
import js
56
from jsonpointer import set_pointer
67
from pyodide.ffi.wrappers import add_event_listener
78

8-
import js
99
from pyscript.js_modules import morphdom
1010
from reactpy.core.layout import Layout
1111

0 commit comments

Comments
 (0)