From 3882eb151dee9187bd280a69775d0e72e7fcf0b2 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 16 Oct 2023 12:39:05 -0400 Subject: [PATCH] remove unused dep --- scripts/make-react.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/make-react.js b/scripts/make-react.js index facd1e09..a693292b 100644 --- a/scripts/make-react.js +++ b/scripts/make-react.js @@ -1,7 +1,6 @@ import commandLineArgs from 'command-line-args'; import fs from 'fs'; import path from 'path'; -import chalk from 'chalk'; import { deleteSync } from 'del'; import prettier from 'prettier'; import { default as prettierConfig } from '../prettier.config.js';