Merge pull request #174 from rfschmid/patch-1

This commit is contained in:
pdxlocations
2025-04-25 21:20:28 -07:00
committed by GitHub

View File

@@ -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()