import { Router } from "lucide-react";
import ContactUsView from "../views/contactUsView";
export default function PromptDeploymentView(_props?: { omitTitle?: boolean }) {
return (
}
title="Unlock prompt deployments for better prompt versioning and A/B testing."
description="This feature is a part of the Bifrost enterprise license. We would love to know more about your use case and how we can help you."
readmeLink="https://docs.getbifrost.ai/enterprise/prompt-deployments"
/>
);
}