Skip to content

Commit

Permalink
chore: reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh3112 committed Jun 6, 2019
1 parent 57b47c3 commit 8a66c21
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/generators/utils/add/questions.ts
@@ -1,9 +1,11 @@
import { AutoComplete, Confirm, Input, InputValidate } from "@webpack-cli/webpack-scaffold";
import { existsSync } from "fs";
import { resolve } from "path";
import { searchProps } from "./index";
import { Question } from "inquirer";

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

import { searchProps } from "./index";

/**
* Returns Inquirer question for given action
* @param {string} action action for which question has to be prompted
Expand Down

0 comments on commit 8a66c21

Please sign in to comment.