Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
macjuul committed Dec 5, 2024
1 parent 499ec76 commit b0933aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ import { PrimaryTitle } from "~/components/PrimaryTitle";
import { useAvailableInstanceTypes } from "~/hooks/cloud";
import { useStable } from "~/hooks/stable";
import { EstimatedCost } from "~/screens/cloud-panel/components/EstimatedCost";
import { CloudInstanceType } from "~/types";
import { formatMemory } from "~/util/helpers";
import { iconHelp } from "~/util/icons";
import { StepActions } from "../actions";
import type { ProvisionStepProps } from "../types";
import { CloudInstanceType } from "~/types";

export function ProvisionFinalizeStep({
step,
Expand Down

0 comments on commit b0933aa

Please sign in to comment.