Skip to content

Commit 0d0b57c

Browse files
more org
1 parent 8cc3d1a commit 0d0b57c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

apps/webservice/src/app/[workspaceSlug]/(app)/(deploy)/(raw)/systems/[systemSlug]/(raw)/environments/[environmentId]/deployments/EnvironmentDeploymentsPageContent.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
TableRow,
1515
} from "@ctrlplane/ui/table";
1616

17-
import { DeploymentDetail } from "./DeploymentDetail";
17+
import { DeploymentDetail } from "./_components/DeploymentDetail";
1818

1919
// Helper function for rendering status badges
2020
const StatusBadge: React.FC<{ status: string }> = ({ status }) => {

0 commit comments

Comments
 (0)