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';