Skip to content

Commit 6fed35b

Browse files
committed
fix
1 parent 7f82c1b commit 6fed35b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

site/src/components/Dashboard/DeploymentBanner/DeploymentBannerView.tsx

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
import type { DeploymentStats, HealthcheckReport, WorkspaceStatus } from "api/typesGenerated";
1+
import type {
2+
DeploymentStats,
3+
HealthcheckReport,
4+
WorkspaceStatus,
5+
} from "api/typesGenerated";
26
import {
37
type FC,
48
useMemo,

0 commit comments

Comments
 (0)