refactor: move strix/viewer under strix/interface

This commit is contained in:
Ahmed Allam
2026-07-26 13:11:14 -07:00
committed by Ahmed Allam
parent 8157ccba27
commit d1e8225d5f
88 changed files with 87 additions and 81 deletions
+1 -1
View File
@@ -1862,7 +1862,7 @@ class StrixTUIApp(App): # type: ignore[misc]
webbrowser.open(self._viewer_url)
return
try:
from strix.viewer.server import authorized_url, bundle_is_built, serve
from strix.interface.viewer.server import authorized_url, bundle_is_built, serve
if not bundle_is_built():
self._set_viewer_cta("[#eab308]Viewer UI not built[/]")