Skip to content

Commit 4de7661

Browse files
authored
fix: remove unused import (#17626)
1 parent d104cd6 commit 4de7661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/CreateWorkspacePage/CreateWorkspacePageViewExperimental.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import {
3131
useRef,
3232
useState,
3333
} from "react";
34-
import { getFormHelpers, nameValidator } from "utils/formUtils";
34+
import { nameValidator } from "utils/formUtils";
3535
import type { AutofillBuildParameter } from "utils/richParameters";
3636
import * as Yup from "yup";
3737
import type {

0 commit comments

Comments
 (0)