Skip to content

Commit

Permalink
[wb-1848-labeled-field-required-msg] fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
beaesguerra committed Jan 11, 2025
1 parent c55c9e9 commit f09dcda
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import {render, screen, within} from "@testing-library/react";
import {StyleSheet} from "aphrodite";

import {TextField} from "@khanacademy/wonder-blocks-form";
import {PropsFor, RenderStateRoot} from "@khanacademy/wonder-blocks-core";
import userEvent from "@testing-library/user-event";
import {RenderStateRoot} from "@khanacademy/wonder-blocks-core";
import {userEvent} from "@testing-library/user-event";
import LabeledField from "../labeled-field";

const defaultOptions = {
Expand Down

0 comments on commit f09dcda

Please sign in to comment.