llama-stack-mirror/llama_stack/ui/app/page.tsx
Francisco Javier Arceo 045f8e4a23 feat: Adding dark mode, cleaning the UI a small bit, adding a link to the API documentation, and linting the code
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
2025-05-15 15:54:40 -04:00

7 lines
128 B
TypeScript

export default function Home() {
return (
<div className="mt-8">
<h1>Welcome to Llama Stack!</h1>
</div>
);
}