Skip to content

Commit

Permalink
chore: group imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh3112 committed Jun 6, 2019
1 parent 0e0ba8a commit 7fe04e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/generators/add-generator.ts
Expand Up @@ -2,11 +2,11 @@ import path, { resolve } from "path";
import glob from "glob-all";
import * as AutoComplete from "inquirer-autocomplete-prompt";
import * as Generator from "yeoman-generator";
import webpackDevServerSchema from "webpack-dev-server/lib/options.json";

import npmExists from "@webpack-cli/utils/npm-exists";
import { getPackageManager } from "@webpack-cli/utils/package-manager";
import { Input, List } from "@webpack-cli/webpack-scaffold";
import webpackDevServerSchema from "webpack-dev-server/lib/options.json";

import {
actionTypeQuestion,
Expand Down
1 change: 0 additions & 1 deletion packages/generators/utils/add/questions.ts
@@ -1,7 +1,6 @@
import { existsSync } from "fs";
import { resolve } from "path";
import { Question } from "inquirer";

import { AutoComplete, Confirm, Input, InputValidate } from "@webpack-cli/webpack-scaffold";

import { searchProps } from "./index";
Expand Down

0 comments on commit 7fe04e9

Please sign in to comment.