Skip to content

Commit

Permalink
additional import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Przemek committed Jul 10, 2024
1 parent 3e2cf36 commit 3b2b231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/organisms/RegisterForm/RegisterForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { getStylesBasedOnTheme } from "../../../utils/utils";
import { ExtendableStyledComponent } from "types/component";
import { API } from "@escolalms/sdk/lib";
import useAdditionalFieldTranslations from "../../../hooks/useAdditionalFieldsTranslations";
import MarkdownRenderer from "components/molecules/MarkdownRenderer/MarkdownRenderer";
import MarkdownRenderer from "../../molecules/MarkdownRenderer/MarkdownRenderer";

const StyledDiv = styled.div<{ mobile: boolean }>`
margin: 0;
Expand Down

0 comments on commit 3b2b231

Please sign in to comment.