Skip to content

Commit

Permalink
eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
janechu committed Jan 10, 2024
1 parent baeffc8 commit 29c67de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/design-to-code-react/app/pages/form/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ import {
controlTextareaDefaultSchema,
controlTextareaDisabledSchema,
controlTextareaSchema,
controlUntypedDefaultSchema,
controlUntypedDisabledSchema,
controlUntypedSchema,
controlPluginSchema as customControlSchema,
defaultsSchema,
definitionsSchema,
Expand All @@ -73,9 +76,6 @@ import {
textareaSchema,
textSchema,
tooltipSchema,
controlUntypedSchema,
controlUntypedDisabledSchema,
controlUntypedDefaultSchema,
} from "../../../src/__tests__/schemas";

export const category: ExampleComponent = {
Expand Down

0 comments on commit 29c67de

Please sign in to comment.