🚧 Ongoing work on components and pattern info
This commit is contained in:
parent
a3ae718632
commit
ea41dc0106
168 changed files with 17518 additions and 14384 deletions
|
@ -6,7 +6,7 @@ import {
|
|||
roundMmUp,
|
||||
roundMmDown,
|
||||
formatMm
|
||||
} from "../../.utils";
|
||||
} from "@freesewing/utils";
|
||||
import FormFieldSlider from "../../.form/FormFieldSlider";
|
||||
import OptionPreamble from "../OptionPreamble";
|
||||
|
||||
|
@ -60,7 +60,7 @@ const PatternOptionMillimeter = props => {
|
|||
label={"po-mm-" + props.name}
|
||||
updateValue={update}
|
||||
/>
|
||||
)
|
||||
);
|
||||
|
||||
return (
|
||||
<li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue