fire: Removed unused imports
This commit is contained in:
parent
4d3531c230
commit
a38364cdd1
6 changed files with 1 additions and 8 deletions
|
@ -2,7 +2,6 @@ import babel from "rollup-plugin-babel";
|
|||
import resolve from "rollup-plugin-node-resolve";
|
||||
import json from "rollup-plugin-json";
|
||||
import minify from "rollup-plugin-babel-minify";
|
||||
import path from "path";
|
||||
import { name, version, description, author, license } from "./package.json";
|
||||
|
||||
export default {
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import freesewing from "freesewing";
|
||||
import * as shared from "./shared";
|
||||
|
||||
export default part => {
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import freesewing from "freesewing";
|
||||
import * as shared from "./shared";
|
||||
|
||||
export default part => {
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
import freesewing from "freesewing";
|
||||
import base from "./base";
|
||||
import * as shared from "./shared";
|
||||
|
||||
export default part => {
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
import freesewing from "freesewing";
|
||||
|
||||
export default part => {
|
||||
// prettier-ignore
|
||||
let {debug, store, units, sa, measurements, options, Point, points, Path, paths, Snippet, snippets, complete, paperless, macro} = part.shorthand();
|
||||
|
|
|
@ -157,7 +157,7 @@ function draftSleevecap(part, run) {
|
|||
|
||||
export default part => {
|
||||
// prettier-ignore
|
||||
let {debug, store, units, sa, measurements, options, Point, points, Path, paths } = part.shorthand();
|
||||
let {debug, store, units, measurements, options, Point, points, paths } = part.shorthand();
|
||||
|
||||
store.set("sleeveFactor", 1);
|
||||
let run = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue