Skip to content

Commit 437352f

Browse files
committed
renaming file for consistency
1 parent 3489917 commit 437352f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

components/dashboard/src/onboarding/StepOrgInfo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import { User } from "@gitpod/gitpod-protocol";
88
import { FC, useCallback, useMemo, useState } from "react";
9-
import { CheckboxInput, CheckboxInputField } from "../components/forms/CheckboxInput";
9+
import { CheckboxInput, CheckboxInputField } from "../components/forms/CheckboxInputField";
1010
import { SelectInputField } from "../components/forms/SelectInputField";
1111
import { TextInputField } from "../components/forms/TextInputField";
1212
import { useUpdateCurrentUserMutation } from "../data/current-user/update-mutation";

0 commit comments

Comments
 (0)