🚨 Fixed linter warnings
This commit is contained in:
parent
2cfa5c23ee
commit
7a97fafecc
13 changed files with 11 additions and 29 deletions
|
@ -1,5 +1,4 @@
|
|||
import React, { useState } from "react";
|
||||
import PropTypes from "prop-types";
|
||||
import { FormattedMessage } from "react-intl";
|
||||
import PatternOptions from "./PatternOptions";
|
||||
import models from "@freesewing/models";
|
||||
|
@ -92,10 +91,4 @@ const SampleConfigurator = props => {
|
|||
);
|
||||
};
|
||||
|
||||
SampleConfigurator.propTypes = {
|
||||
units: PropTypes.oneOf(["metric", "imperial"]).isRequired
|
||||
};
|
||||
|
||||
SampleConfigurator.defaultProps = {};
|
||||
|
||||
export default SampleConfigurator;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue