mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-27 23:41:59 +00:00
7 lines
110 B
TypeScript
7 lines
110 B
TypeScript
export default function Responses() {
|
|
return (
|
|
<div>
|
|
<h1>Under Construction</h1>
|
|
</div>
|
|
)
|
|
}
|