Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed73594

Browse files
committed
FMT
1 parent 901ab23 commit ed73594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/OrganizationSettingsPage/OrganizationProvisionerJobsPage/OrganizationProvisionerJobsPageView.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import type { Organization, ProvisionerJob } from "api/typesGenerated";
12
import { Button } from "components/Button/Button";
23
import { EmptyState } from "components/EmptyState/EmptyState";
34
import { Link } from "components/Link/Link";
@@ -15,7 +16,6 @@ import { Helmet } from "react-helmet-async";
1516
import { docs } from "utils/docs";
1617
import { pageTitle } from "utils/page";
1718
import { JobRow } from "./JobRow";
18-
import type { ProvisionerJob, Organization } from "api/typesGenerated";
1919

2020
type OrganizationProvisionerJobsPageViewProps = {
2121
jobs: ProvisionerJob[] | undefined;

0 commit comments

Comments
 (0)