Skip to content

Commit

Permalink
Remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
epi-qang2 committed Aug 22, 2024
1 parent 4d9da35 commit 0e6e26e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import { FormContainer, FormState, IdentityInfo, StepBuilder, initFormState } from "@episerver/forms-sdk";
import { FormContainer, IdentityInfo, StepBuilder, initFormState } from "@episerver/forms-sdk";
import { FormProvider } from "../context/FormProvider";
import { FormBody } from "./FormBody";

Expand Down

0 comments on commit 0e6e26e

Please sign in to comment.