Components
Loading preview...
import ApiSettings from "@/components/ui/api-settings";
export default function DemoOne() {
return (
<>
<div className="max-w-[95%] py-12">
<ApiSettings />
</div>
</>
);
}
Part of HextaUI — browse the full library on 21st.dev.