mirror of
https://github.com/pdxlocations/contact.git
synced 2026-08-12 11:53:09 +02:00
Fix error "No module named 'ui.ui_state'"
Was unable to run locally at tips due to an import not including the package name.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from ui.ui_state import ChatUIState, InterfaceState, AppState
|
||||
from contact.ui.ui_state import ChatUIState, InterfaceState, AppState
|
||||
|
||||
ui_state = ChatUIState()
|
||||
interface_state = InterfaceState()
|
||||
|
||||
Reference in New Issue
Block a user