chore: move src/llama_stack/ui to src/llama_stack_ui

# What does this PR do?


## Test Plan
This commit is contained in:
Eric Huang 2025-11-04 14:53:37 -08:00
parent a8a8aa56c0
commit 207208eba4
155 changed files with 19 additions and 19 deletions

View file

@ -161,7 +161,7 @@ repos:
name: Format & Lint UI
entry: bash ./scripts/run-ui-linter.sh
language: system
files: ^src/llama_stack/ui/.*\.(ts|tsx)$
files: ^src/llama_stack_ui/.*\.(ts|tsx)$
pass_filenames: false
require_serial: true