From 695e739dc004a94cafdb1427c572276a8c043538 Mon Sep 17 00:00:00 2001 From: EvolutionX Date: Wed, 11 May 2022 23:07:19 +0530 Subject: [PATCH] chore: nvm --- src/commands/init.js | 1 - 1 file changed, 1 deletion(-) 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';