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


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

7 lines
110 B
TypeScript

export default function Responses() {
return (
<div>
<h1>Under Construction</h1>
</div>
)
}