From 9e14daecbf311d8d1f97644a71dbb2db154810a2 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Fri, 23 Jun 2023 17:57:05 -0700 Subject: [PATCH] fix: typo --- scripts/build-greet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-greet.js b/scripts/build-greet.js index c66c8a5af..514a65397 100644 --- a/scripts/build-greet.js +++ b/scripts/build-greet.js @@ -1,4 +1,4 @@ -import chalk from "chalk"; +const chalk = require("chalk"); const themeColor = chalk.hex("#31748f"); console.log(themeColor(" ___ _ _ "));