| import { DeploymentForm } from "@/components/deployment/DeploymentForm"; | |
| export const dynamic = 'force-dynamic'; | |
| export default function NewDeploymentPage() { | |
| return ( | |
| <div> | |
| <DeploymentForm /> | |
| </div> | |
| ); | |
| } | |
| import { DeploymentForm } from "@/components/deployment/DeploymentForm"; | |
| export const dynamic = 'force-dynamic'; | |
| export default function NewDeploymentPage() { | |
| return ( | |
| <div> | |
| <DeploymentForm /> | |
| </div> | |
| ); | |
| } | |