Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Poignant <[email protected]>
  • Loading branch information
thomaspoignant committed Jan 6, 2023
1 parent 9e325fd commit f8d19ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/editor/Variation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import styles from './styles.module.css';
import {Input} from '../Input';
import clsx from 'clsx';
import React from 'react';
import {JsonEditor} from '../jsonEditor';
import {JsonEditor} from '../JsonEditor';
import {useFieldArray, useFormContext} from 'react-hook-form';
import {Colors} from '../Colors';
import PropTypes from 'prop-types';
Expand Down

0 comments on commit f8d19ee

Please sign in to comment.