diff --git a/pkgs/clan-app/ui/src/workflows/InstallMachine/steps/createInstaller.tsx b/pkgs/clan-app/ui/src/workflows/InstallMachine/steps/createInstaller.tsx index 5b9cd01b0..5cd5b1cc4 100644 --- a/pkgs/clan-app/ui/src/workflows/InstallMachine/steps/createInstaller.tsx +++ b/pkgs/clan-app/ui/src/workflows/InstallMachine/steps/createInstaller.tsx @@ -1,9 +1,5 @@ import { getStepStore, useStepper } from "@/src/hooks/stepper"; -import { - createForm, - SubmitHandler, - valiForm, -} from "@modular-forms/solid"; +import { createForm, SubmitHandler, valiForm } from "@modular-forms/solid"; import * as v from "valibot"; import { InstallSteps, InstallStoreType } from "../InstallMachine"; import { Fieldset } from "@/src/components/Form/Fieldset";