Skip to content

Commit fb1d6db

Browse files
committed
update import
1 parent f0b45f6 commit fb1d6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/idom/backend/types.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from typing_extensions import Protocol, runtime_checkable
88

9-
from idom.types import RootComponentConstructor
9+
from idom.core.types import RootComponentConstructor
1010

1111

1212
_App = TypeVar("_App")

0 commit comments

Comments
 (0)