diff --git a/tools/componentGenerator/index.mjs b/tools/componentGenerator/index.mjs index 7121921b..9f52f06b 100644 --- a/tools/componentGenerator/index.mjs +++ b/tools/componentGenerator/index.mjs @@ -1,4 +1,3 @@ -'use strict'; import { program, Option } from 'commander'; import path from 'node:path'; import chalk from 'chalk';