llama-stack-mirror/llama_stack/ui/app/page.tsx
Eric Huang 48763f21fd shadcn
# What does this PR do?


## Test Plan
2025-05-14 16:57:51 -07:00

7 lines
111 B
TypeScript

export default function Home() {
return (
<div>
<h1>Welcome to Llama Stack!</h1>
</div>
);
}