mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-17 02:18:13 +00:00
ui
# What does this PR do? ## Test Plan # What does this PR do? ## Test Plan # What does this PR do? ## Test Plan
This commit is contained in:
parent
114946ae88
commit
a4d84f7805
22 changed files with 821 additions and 38 deletions
6
llama_stack/ui/app/login/page.tsx
Normal file
6
llama_stack/ui/app/login/page.tsx
Normal file
|
@ -0,0 +1,6 @@
|
|||
import { LoginPage } from "@/components/auth/login-page";
|
||||
import { serverConfig } from "@/lib/server-config";
|
||||
|
||||
export default function LoginPageRoute() {
|
||||
return <LoginPage backendUrl={serverConfig.backendUrl} />;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue