Skip to content

Commit 565e2b4

Browse files
author
Alessio Civitillo
committed
fixing isort import issue in shared-component-state examples
1 parent b8b8bc5 commit 565e2b4

File tree

1 file changed

+1
-1
lines changed
  • docs/source/managing-state/shared-component-state/_examples/synced_inputs

1 file changed

+1
-1
lines changed

docs/source/managing-state/shared-component-state/_examples/synced_inputs/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from idom import component, html, run, hooks
1+
from idom import component, hooks, html, run
22

33

44
@component

0 commit comments

Comments
 (0)