mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-28 01:52:01 +00:00
7 lines
111 B
TypeScript
7 lines
111 B
TypeScript
export default function Home() {
|
|
return (
|
|
<div>
|
|
<h1>Welcome to Llama Stack!</h1>
|
|
</div>
|
|
);
|
|
}
|