mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-27 19:12:00 +00:00
7 lines
128 B
TypeScript
7 lines
128 B
TypeScript
export default function Home() {
|
|
return (
|
|
<div className="mt-8">
|
|
<h1>Welcome to Llama Stack!</h1>
|
|
</div>
|
|
);
|
|
}
|