1
0
Fork 0

🚧 More work on React components

This commit is contained in:
Joost De Cock 2019-04-27 12:21:41 +02:00
parent e7b7c5a7dd
commit f8e3d6ceb5
27 changed files with 25 additions and 233 deletions

View file

@ -5,10 +5,9 @@ import Deg from "../PatternOptionDegree";
import Mm from "../PatternOptionMillimeter";
import Bool from "../PatternOptionBool";
import OptionGroup from "../OptionGroup";
import { optionType, defaultGist, gistDefaults } from "../../utils";
import { optionType, defaultGist, gistDefaults } from "../../.utils";
import { patternInfo, patternList } from "@freesewing/patterns";
import { FormattedMessage } from "react-intl";
import List from "@material-ui/core/List";
import DownIcon from "@material-ui/icons/KeyboardArrowDown";
const PatternOptions = props => {