diff --git a/src/commands/init.js b/src/commands/init.js index 627ac44..4b62760 100644 --- a/src/commands/init.js +++ b/src/commands/init.js @@ -1,4 +1,3 @@ -import { findUp } from 'find-up'; import prompts from 'prompts'; import ora from 'ora'; import { redBright, yellowBright } from 'colorette';