Skip to content
Prev Previous commit
Next Next commit
fix: update import to make linter happy
  • Loading branch information
Parkreiner committed Apr 12, 2024
commit 0f6556c7d69272e0e888da5e204c64844a4187c5
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
BatchUpdateConfirmation,
type Update,
} from "./BatchUpdateConfirmation";
import { Workspace } from "api/typesGenerated";
import type { Workspace } from "api/typesGenerated";

const workspaces = [
{ ...MockRunningOutdatedWorkspace, id: "1" },
Expand Down