Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
beaesguerra committed Jan 8, 2025
1 parent 8a68b04 commit 4ea59ab
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable no-console */
import * as React from "react";
import {
useForm,
Expand All @@ -6,7 +7,7 @@ import {
SubmitErrorHandler,
useController,
} from "react-hook-form";
import {Meta} from "@storybook/react/*";
import {Meta} from "@storybook/react";
import {LabeledField} from "@khanacademy/wonder-blocks-labeled-field";
import {
CheckboxGroup,
Expand Down

0 comments on commit 4ea59ab

Please sign in to comment.