From 4b1cc20674c2ab862d66b53fc5229249f58081cd Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Fri, 30 Sep 2022 16:12:09 +0200 Subject: [PATCH] chore: rebased repo --- src/commands/init.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/commands/init.ts b/src/commands/init.ts index ec08fb5..6c630df 100644 --- a/src/commands/init.ts +++ b/src/commands/init.ts @@ -1,8 +1,4 @@ -<<<<<<< HEAD -import { greenBright, redBright, underline } from 'colorette'; -======= import { green, greenBright, redBright } from 'colorette'; ->>>>>>> 7dc71c0 (feat: fallback way of downloading templates!) import { execa } from 'execa'; import { findUp } from 'find-up'; import ora from 'ora';